Shades of Deco #CCDB85
Tints of Deco #CCDB85
RGB
CMYK
RGB Variations
Color information
#CCDB85 (or 0xCCDB85) is known color: Deco. HEX triplet: CC, DB and 85. RGB value is (204,219,133). Sum of RGB (Red+Green+Blue) = 204+219+133=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB85 is #33247A. Grayscale: #CDCDCD. Windows color (decimal): -3351675 or 8772556. OLE color: 8772556.
HSL color Cylindrical-coordinate representation of color #CCDB85: hue angle of 70.47º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCDB85 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 133 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.14 |
| HSL | 70.47º | 0.54% | 0.69% | - |
| HSV(B) | 70.47º | 0.39% | 0.86% | - |
| XYZ | 54.47 | 65.19 | 31.9 | - |
| YUV | 204.71 | 87.53 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 133 | 0.07 | 0 | 0.39 | 0.14 | 70.47 | 0.54 | 0.69 |
| Hex | CC | DB | 85 | 7 | 0 | 27 | E | 46 | 36 | 45 |
| Octal | 314 | 333 | 205 | 7 | 0 | 47 | 16 | 106 | 66 | 105 |
| Binary | 11001100 | 11011011 | 10000101 | 111 | 0 | 100111 | 1110 | 1000110 | 110110 | 1000101 |
Color Harmonies of #CCDB85
Complementary color
Monochromatic Colors of #CCDB85
Black with #CCDB85
Text Example
Text Example
White with #CCDB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB85; }
p { color: rgb(204,219,133); }
H1.HeaderClassName
{
color: #CCDB85;
}
.AnyTagClassName
{
color: #CCDB85;
}
</style>
background-color css
<style>
a { background-color: #CCDB85; }
a { background-color: rgb(204,219,133); }
div.DivClassName
{
background-color: #CCDB85;
}
.BgClassName
{
background-color: #CCDB85;
}
</style>
border-color css
<style>
span { border-color: #CCDB85; }
span { border-color: rgb(204,219,133); }
td.TdClassName
{
border-color: #CCDB85;
}
.TagClassName
{
border-color: #CCDB85;
}
</style>