Shades of Deco #CCD288
Tints of Deco #CCD288
RGB
CMYK
RGB Variations
Color information
#CCD288 (or 0xCCD288) is known color: Deco. HEX triplet: CC, D2 and 88. RGB value is (204,210,136). Sum of RGB (Red+Green+Blue) = 204+210+136=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD288 is #332D77. Grayscale: #C8C8C8. Windows color (decimal): -3353976 or 8966860. OLE color: 8966860.
HSL color Cylindrical-coordinate representation of color #CCD288: hue angle of 64.86º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCD288 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 136 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.18 |
| HSL | 64.86º | 0.45% | 0.68% | - |
| HSV(B) | 64.86º | 0.35% | 0.82% | - |
| XYZ | 52.39 | 60.71 | 32.25 | - |
| YUV | 199.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 136 | 0.03 | 0 | 0.35 | 0.18 | 64.86 | 0.45 | 0.68 |
| Hex | CC | D2 | 88 | 3 | 0 | 23 | 12 | 41 | 2D | 44 |
| Octal | 314 | 322 | 210 | 3 | 0 | 43 | 22 | 101 | 55 | 104 |
| Binary | 11001100 | 11010010 | 10001000 | 11 | 0 | 100011 | 10010 | 1000001 | 101101 | 1000100 |
Color Harmonies of #CCD288
Complementary color
Monochromatic Colors of #CCD288
Black with #CCD288
Text Example
Text Example
White with #CCD288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD288; }
p { color: rgb(204,210,136); }
H1.HeaderClassName
{
color: #CCD288;
}
.AnyTagClassName
{
color: #CCD288;
}
</style>
background-color css
<style>
a { background-color: #CCD288; }
a { background-color: rgb(204,210,136); }
div.DivClassName
{
background-color: #CCD288;
}
.BgClassName
{
background-color: #CCD288;
}
</style>
border-color css
<style>
span { border-color: #CCD288; }
span { border-color: rgb(204,210,136); }
td.TdClassName
{
border-color: #CCD288;
}
.TagClassName
{
border-color: #CCD288;
}
</style>