Shades of Deco #CCDB90
Tints of Deco #CCDB90
RGB
CMYK
RGB Variations
Color information
#CCDB90 (or 0xCCDB90) is known color: Deco. HEX triplet: CC, DB and 90. RGB value is (204,219,144). Sum of RGB (Red+Green+Blue) = 204+219+144=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB90 is #33246F. Grayscale: #CECECE. Windows color (decimal): -3351664 or 9493452. OLE color: 9493452.
HSL color Cylindrical-coordinate representation of color #CCDB90: hue angle of 72º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCDB90 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 144 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.14 |
| HSL | 72º | 0.51% | 0.71% | - |
| HSV(B) | 72º | 0.34% | 0.86% | - |
| XYZ | 55.27 | 65.51 | 36.12 | - |
| YUV | 205.97 | 93.03 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 144 | 0.07 | 0 | 0.34 | 0.14 | 72 | 0.51 | 0.71 |
| Hex | CC | DB | 90 | 7 | 0 | 22 | E | 48 | 33 | 47 |
| Octal | 314 | 333 | 220 | 7 | 0 | 42 | 16 | 110 | 63 | 107 |
| Binary | 11001100 | 11011011 | 10010000 | 111 | 0 | 100010 | 1110 | 1001000 | 110011 | 1000111 |
Color Harmonies of #CCDB90
Complementary color
Monochromatic Colors of #CCDB90
Black with #CCDB90
Text Example
Text Example
White with #CCDB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB90; }
p { color: rgb(204,219,144); }
H1.HeaderClassName
{
color: #CCDB90;
}
.AnyTagClassName
{
color: #CCDB90;
}
</style>
background-color css
<style>
a { background-color: #CCDB90; }
a { background-color: rgb(204,219,144); }
div.DivClassName
{
background-color: #CCDB90;
}
.BgClassName
{
background-color: #CCDB90;
}
</style>
border-color css
<style>
span { border-color: #CCDB90; }
span { border-color: rgb(204,219,144); }
td.TdClassName
{
border-color: #CCDB90;
}
.TagClassName
{
border-color: #CCDB90;
}
</style>