Shades of Deco #CED08A
Tints of Deco #CED08A
RGB
CMYK
RGB Variations
Color information
#CED08A (or 0xCED08A) is known color: Deco. HEX triplet: CE, D0 and 8A. RGB value is (206,208,138). Sum of RGB (Red+Green+Blue) = 206+208+138=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 208 - color contains mainly: green. Hex color #CED08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED08A is #312F75. Grayscale: #C7C7C7. Windows color (decimal): -3223414 or 9097422. OLE color: 9097422.
HSL color Cylindrical-coordinate representation of color #CED08A: hue angle of 61.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CED08A is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 138 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.18 |
| HSL | 61.71º | 0.43% | 0.68% | - |
| HSV(B) | 61.71º | 0.34% | 0.82% | - |
| XYZ | 52.6 | 60.07 | 32.87 | - |
| YUV | 199.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 138 | 0.01 | 0 | 0.34 | 0.18 | 61.71 | 0.43 | 0.68 |
| Hex | CE | D0 | 8A | 1 | 0 | 22 | 12 | 3E | 2B | 44 |
| Octal | 316 | 320 | 212 | 1 | 0 | 42 | 22 | 76 | 53 | 104 |
| Binary | 11001110 | 11010000 | 10001010 | 1 | 0 | 100010 | 10010 | 111110 | 101011 | 1000100 |
Color Harmonies of #CED08A
Complementary color
Monochromatic Colors of #CED08A
Black with #CED08A
Text Example
Text Example
White with #CED08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED08A; }
p { color: rgb(206,208,138); }
H1.HeaderClassName
{
color: #CED08A;
}
.AnyTagClassName
{
color: #CED08A;
}
</style>
background-color css
<style>
a { background-color: #CED08A; }
a { background-color: rgb(206,208,138); }
div.DivClassName
{
background-color: #CED08A;
}
.BgClassName
{
background-color: #CED08A;
}
</style>
border-color css
<style>
span { border-color: #CED08A; }
span { border-color: rgb(206,208,138); }
td.TdClassName
{
border-color: #CED08A;
}
.TagClassName
{
border-color: #CED08A;
}
</style>