#CEBBA8 Dinosaur Egg
#CEBBA8 (Dinosaur Egg) RGB value is (206, 187, 168).
Red value is 206, green value is 187, and blue value is 168.
Cylindrical-coordinate representations (HSL) of color #CEBBA8: hue: 30°, saturation: 27.9%, and lightness: 73.3%.
Process color (CMYK) of #CEBBA8 is 0%, 9.2%, 18.4%, 19.2%. Web safe color equivalent of #CEBBA8 is ##CCCC99. Color #CEBBA8 contains mainly Yellow.
Color Spaces
| Color spaces of #CEBBA8 | Value |
|---|---|
| RGB | 206, 187, 168 |
| HSL | 30°, 27.9%, 73.3% |
| HSV / HSB | 30°, 18.4%, 80.8% |
| CMYK | 0%, 9.2%, 18.4%, 19.2% |
| XYZ | 50.29, 51.49, 44.33 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001110 | 10111011 | 10101000 |
| Octal | 316 | 273 | 250 |
| Decimal | 206 | 187 | 168 |
| Hex | CE | BB | A8 |
Shades of #CEBBA8
Tints of #CEBBA8
.mybgColor { background-color: #CEBBA8; }
.myforeColor { color: #CEBBA8; }
.myborderColor { border: 3px solid #CEBBA8; }
<p style="color:#CEBBA8">Text here</p>
This sample text is styled with font color #CEBBA8. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#CEBBA8">Div content here</div>
<div style="border:3px solid #CEBBA8">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206, 187, 168, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #CEBBA8; }
.divShadow { -moz-box-shadow: 1px 1px 3px #CEBBA8;
-webkit-box-shadow: 1px 1px 3px #CEBBA8;
box-shadow: 1px 1px 3px #CEBBA8; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #CEBBA8 (Dinosaur Egg)
Color Overview & Profile: Color #CEBBA8, also known as Dinosaur Egg, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 81% Red (206/255), 73% Green (187/255), and 66% Blue (168/255). The primary color family component is Yellow.
Print & Physical Production Specs: For physical print production and offset printing setups, #CEBBA8 translates into the CMYK subtractive color model with values of 0% Cyan, 9.2% Magenta, 18.4% Yellow, and 19.2% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 30°, saturation of 27.9%, and lightness of 73.3%.
Web Accessibility & Design Recommendations: When implementing #CEBBA8 in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##CCCC99.
