Shades of Deco #CED990
Tints of Deco #CED990
RGB
CMYK
RGB Variations
Color information
#CED990 (or 0xCED990) is known color: Deco. HEX triplet: CE, D9 and 90. RGB value is (206,217,144). Sum of RGB (Red+Green+Blue) = 206+217+144=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 217 - color contains mainly: green. Hex color #CED990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED990 is #31266F. Grayscale: #CDCDCD. Windows color (decimal): -3221104 or 9492942. OLE color: 9492942.
HSL color Cylindrical-coordinate representation of color #CED990: hue angle of 69.04º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CED990 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 144 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.15 |
| HSL | 69.04º | 0.49% | 0.71% | - |
| HSV(B) | 69.04º | 0.34% | 0.85% | - |
| XYZ | 55.3 | 64.76 | 35.97 | - |
| YUV | 205.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 144 | 0.05 | 0 | 0.34 | 0.15 | 69.04 | 0.49 | 0.71 |
| Hex | CE | D9 | 90 | 5 | 0 | 22 | F | 45 | 31 | 47 |
| Octal | 316 | 331 | 220 | 5 | 0 | 42 | 17 | 105 | 61 | 107 |
| Binary | 11001110 | 11011001 | 10010000 | 101 | 0 | 100010 | 1111 | 1000101 | 110001 | 1000111 |
Color Harmonies of #CED990
Complementary color
Monochromatic Colors of #CED990
Black with #CED990
Text Example
Text Example
White with #CED990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED990; }
p { color: rgb(206,217,144); }
H1.HeaderClassName
{
color: #CED990;
}
.AnyTagClassName
{
color: #CED990;
}
</style>
background-color css
<style>
a { background-color: #CED990; }
a { background-color: rgb(206,217,144); }
div.DivClassName
{
background-color: #CED990;
}
.BgClassName
{
background-color: #CED990;
}
</style>
border-color css
<style>
span { border-color: #CED990; }
span { border-color: rgb(206,217,144); }
td.TdClassName
{
border-color: #CED990;
}
.TagClassName
{
border-color: #CED990;
}
</style>