Shades of Deco #CED18A
Tints of Deco #CED18A
RGB
CMYK
RGB Variations
Color information
#CED18A (or 0xCED18A) is known color: Deco. HEX triplet: CE, D1 and 8A. RGB value is (206,209,138). Sum of RGB (Red+Green+Blue) = 206+209+138=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 209 - color contains mainly: green. Hex color #CED18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED18A is #312E75. Grayscale: #C8C8C8. Windows color (decimal): -3223158 or 9097678. OLE color: 9097678.
HSL color Cylindrical-coordinate representation of color #CED18A: hue angle of 62.54º degrees, saturation: 0.44, 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 #CED18A is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 138 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.18 |
| HSL | 62.54º | 0.44% | 0.68% | - |
| HSV(B) | 62.54º | 0.34% | 0.82% | - |
| XYZ | 52.84 | 60.56 | 32.95 | - |
| YUV | 200.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 138 | 0.01 | 0 | 0.34 | 0.18 | 62.54 | 0.44 | 0.68 |
| Hex | CE | D1 | 8A | 1 | 0 | 22 | 12 | 3F | 2C | 44 |
| Octal | 316 | 321 | 212 | 1 | 0 | 42 | 22 | 77 | 54 | 104 |
| Binary | 11001110 | 11010001 | 10001010 | 1 | 0 | 100010 | 10010 | 111111 | 101100 | 1000100 |
Color Harmonies of #CED18A
Complementary color
Monochromatic Colors of #CED18A
Black with #CED18A
Text Example
Text Example
White with #CED18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED18A; }
p { color: rgb(206,209,138); }
H1.HeaderClassName
{
color: #CED18A;
}
.AnyTagClassName
{
color: #CED18A;
}
</style>
background-color css
<style>
a { background-color: #CED18A; }
a { background-color: rgb(206,209,138); }
div.DivClassName
{
background-color: #CED18A;
}
.BgClassName
{
background-color: #CED18A;
}
</style>
border-color css
<style>
span { border-color: #CED18A; }
span { border-color: rgb(206,209,138); }
td.TdClassName
{
border-color: #CED18A;
}
.TagClassName
{
border-color: #CED18A;
}
</style>