Shades of Deco #CED08C
Tints of Deco #CED08C
RGB
CMYK
RGB Variations
Color information
#CED08C (or 0xCED08C) is known color: Deco. HEX triplet: CE, D0 and 8C. RGB value is (206,208,140). Sum of RGB (Red+Green+Blue) = 206+208+140=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #CED08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED08C is #312F73. Grayscale: #C7C7C7. Windows color (decimal): -3223412 or 9228494. OLE color: 9228494.
HSL color Cylindrical-coordinate representation of color #CED08C: hue angle of 61.76º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CED08C is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 140 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.18 |
| HSL | 61.76º | 0.42% | 0.68% | - |
| HSV(B) | 61.76º | 0.33% | 0.82% | - |
| XYZ | 52.74 | 60.13 | 33.64 | - |
| YUV | 199.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 140 | 0.01 | 0 | 0.33 | 0.18 | 61.76 | 0.42 | 0.68 |
| Hex | CE | D0 | 8C | 1 | 0 | 21 | 12 | 3E | 2A | 44 |
| Octal | 316 | 320 | 214 | 1 | 0 | 41 | 22 | 76 | 52 | 104 |
| Binary | 11001110 | 11010000 | 10001100 | 1 | 0 | 100001 | 10010 | 111110 | 101010 | 1000100 |
Color Harmonies of #CED08C
Complementary color
Monochromatic Colors of #CED08C
Black with #CED08C
Text Example
Text Example
White with #CED08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED08C; }
p { color: rgb(206,208,140); }
H1.HeaderClassName
{
color: #CED08C;
}
.AnyTagClassName
{
color: #CED08C;
}
</style>
background-color css
<style>
a { background-color: #CED08C; }
a { background-color: rgb(206,208,140); }
div.DivClassName
{
background-color: #CED08C;
}
.BgClassName
{
background-color: #CED08C;
}
</style>
border-color css
<style>
span { border-color: #CED08C; }
span { border-color: rgb(206,208,140); }
td.TdClassName
{
border-color: #CED08C;
}
.TagClassName
{
border-color: #CED08C;
}
</style>