Shades of Deco #CCDB88
Tints of Deco #CCDB88
RGB
CMYK
RGB Variations
Color information
#CCDB88 (or 0xCCDB88) is known color: Deco. HEX triplet: CC, DB and 88. RGB value is (204,219,136). Sum of RGB (Red+Green+Blue) = 204+219+136=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB88 is #332477. Grayscale: #CDCDCD. Windows color (decimal): -3351672 or 8969164. OLE color: 8969164.
HSL color Cylindrical-coordinate representation of color #CCDB88: hue angle of 70.84º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCDB88 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 136 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.14 |
| HSL | 70.84º | 0.54% | 0.7% | - |
| HSV(B) | 70.84º | 0.38% | 0.86% | - |
| XYZ | 54.68 | 65.28 | 33.01 | - |
| YUV | 205.05 | 89.03 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 136 | 0.07 | 0 | 0.38 | 0.14 | 70.84 | 0.54 | 0.7 |
| Hex | CC | DB | 88 | 7 | 0 | 26 | E | 47 | 36 | 46 |
| Octal | 314 | 333 | 210 | 7 | 0 | 46 | 16 | 107 | 66 | 106 |
| Binary | 11001100 | 11011011 | 10001000 | 111 | 0 | 100110 | 1110 | 1000111 | 110110 | 1000110 |
Color Harmonies of #CCDB88
Complementary color
Monochromatic Colors of #CCDB88
Black with #CCDB88
Text Example
Text Example
White with #CCDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB88; }
p { color: rgb(204,219,136); }
H1.HeaderClassName
{
color: #CCDB88;
}
.AnyTagClassName
{
color: #CCDB88;
}
</style>
background-color css
<style>
a { background-color: #CCDB88; }
a { background-color: rgb(204,219,136); }
div.DivClassName
{
background-color: #CCDB88;
}
.BgClassName
{
background-color: #CCDB88;
}
</style>
border-color css
<style>
span { border-color: #CCDB88; }
span { border-color: rgb(204,219,136); }
td.TdClassName
{
border-color: #CCDB88;
}
.TagClassName
{
border-color: #CCDB88;
}
</style>