Shades of Deco #CED999
Tints of Deco #CED999
RGB
CMYK
RGB Variations
Color information
#CED999 (or 0xCED999) is known color: Deco. HEX triplet: CE, D9 and 99. RGB value is (206,217,153). Sum of RGB (Red+Green+Blue) = 206+217+153=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 153 (60.16% from 255 or 26.56% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #CED999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED999 is #312666. Grayscale: #CECECE. Windows color (decimal): -3221095 or 10082766. OLE color: 10082766.
HSL color Cylindrical-coordinate representation of color #CED999: hue angle of 70.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CED999 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 153 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.15 |
| HSL | 70.31º | 0.46% | 0.73% | - |
| HSV(B) | 70.31º | 0.29% | 0.85% | - |
| XYZ | 56.02 | 65.05 | 39.74 | - |
| YUV | 206.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 153 | 0.05 | 0 | 0.29 | 0.15 | 70.31 | 0.46 | 0.73 |
| Hex | CE | D9 | 99 | 5 | 0 | 1D | F | 46 | 2E | 49 |
| Octal | 316 | 331 | 231 | 5 | 0 | 35 | 17 | 106 | 56 | 111 |
| Binary | 11001110 | 11011001 | 10011001 | 101 | 0 | 11101 | 1111 | 1000110 | 101110 | 1001001 |
Color Harmonies of #CED999
Complementary color
Monochromatic Colors of #CED999
Black with #CED999
Text Example
Text Example
White with #CED999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED999; }
p { color: rgb(206,217,153); }
H1.HeaderClassName
{
color: #CED999;
}
.AnyTagClassName
{
color: #CED999;
}
</style>
background-color css
<style>
a { background-color: #CED999; }
a { background-color: rgb(206,217,153); }
div.DivClassName
{
background-color: #CED999;
}
.BgClassName
{
background-color: #CED999;
}
</style>
border-color css
<style>
span { border-color: #CED999; }
span { border-color: rgb(206,217,153); }
td.TdClassName
{
border-color: #CED999;
}
.TagClassName
{
border-color: #CED999;
}
</style>