Shades of Deco #CED68E
Tints of Deco #CED68E
RGB
CMYK
RGB Variations
Color information
#CED68E (or 0xCED68E) is known color: Deco. HEX triplet: CE, D6 and 8E. RGB value is (206,214,142). Sum of RGB (Red+Green+Blue) = 206+214+142=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 214 - color contains mainly: green. Hex color #CED68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED68E is #312971. Grayscale: #CBCBCB. Windows color (decimal): -3221874 or 9361102. OLE color: 9361102.
HSL color Cylindrical-coordinate representation of color #CED68E: hue angle of 66.67º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CED68E is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 142 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.16 |
| HSL | 66.67º | 0.47% | 0.7% | - |
| HSV(B) | 66.67º | 0.34% | 0.84% | - |
| XYZ | 54.38 | 63.17 | 34.92 | - |
| YUV | 203.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 142 | 0.04 | 0 | 0.34 | 0.16 | 66.67 | 0.47 | 0.7 |
| Hex | CE | D6 | 8E | 4 | 0 | 22 | 10 | 43 | 2F | 46 |
| Octal | 316 | 326 | 216 | 4 | 0 | 42 | 20 | 103 | 57 | 106 |
| Binary | 11001110 | 11010110 | 10001110 | 100 | 0 | 100010 | 10000 | 1000011 | 101111 | 1000110 |
Color Harmonies of #CED68E
Complementary color
Monochromatic Colors of #CED68E
Black with #CED68E
Text Example
Text Example
White with #CED68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED68E; }
p { color: rgb(206,214,142); }
H1.HeaderClassName
{
color: #CED68E;
}
.AnyTagClassName
{
color: #CED68E;
}
</style>
background-color css
<style>
a { background-color: #CED68E; }
a { background-color: rgb(206,214,142); }
div.DivClassName
{
background-color: #CED68E;
}
.BgClassName
{
background-color: #CED68E;
}
</style>
border-color css
<style>
span { border-color: #CED68E; }
span { border-color: rgb(206,214,142); }
td.TdClassName
{
border-color: #CED68E;
}
.TagClassName
{
border-color: #CED68E;
}
</style>