Shades of Deco #CCDB8D
Tints of Deco #CCDB8D
RGB
CMYK
RGB Variations
Color information
#CCDB8D (or 0xCCDB8D) is known color: Deco. HEX triplet: CC, DB and 8D. RGB value is (204,219,141). Sum of RGB (Red+Green+Blue) = 204+219+141=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB8D is #332472. Grayscale: #CDCDCD. Windows color (decimal): -3351667 or 9296844. OLE color: 9296844.
HSL color Cylindrical-coordinate representation of color #CCDB8D: hue angle of 71.54º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCDB8D is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 141 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.14 |
| HSL | 71.54º | 0.52% | 0.71% | - |
| HSV(B) | 71.54º | 0.36% | 0.86% | - |
| XYZ | 55.04 | 65.42 | 34.93 | - |
| YUV | 205.62 | 91.53 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 141 | 0.07 | 0 | 0.36 | 0.14 | 71.54 | 0.52 | 0.71 |
| Hex | CC | DB | 8D | 7 | 0 | 24 | E | 48 | 34 | 47 |
| Octal | 314 | 333 | 215 | 7 | 0 | 44 | 16 | 110 | 64 | 107 |
| Binary | 11001100 | 11011011 | 10001101 | 111 | 0 | 100100 | 1110 | 1001000 | 110100 | 1000111 |
Color Harmonies of #CCDB8D
Complementary color
Monochromatic Colors of #CCDB8D
Black with #CCDB8D
Text Example
Text Example
White with #CCDB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB8D; }
p { color: rgb(204,219,141); }
H1.HeaderClassName
{
color: #CCDB8D;
}
.AnyTagClassName
{
color: #CCDB8D;
}
</style>
background-color css
<style>
a { background-color: #CCDB8D; }
a { background-color: rgb(204,219,141); }
div.DivClassName
{
background-color: #CCDB8D;
}
.BgClassName
{
background-color: #CCDB8D;
}
</style>
border-color css
<style>
span { border-color: #CCDB8D; }
span { border-color: rgb(204,219,141); }
td.TdClassName
{
border-color: #CCDB8D;
}
.TagClassName
{
border-color: #CCDB8D;
}
</style>