Shades of Deco #CCDB7E
Tints of Deco #CCDB7E
RGB
CMYK
RGB Variations
Color information
#CCDB7E (or 0xCCDB7E) is known color: Deco. HEX triplet: CC, DB and 7E. RGB value is (204,219,126). Sum of RGB (Red+Green+Blue) = 204+219+126=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 126 (49.61% from 255 or 22.95% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB7E is #332481. Grayscale: #CCCCCC. Windows color (decimal): -3351682 or 8313804. OLE color: 8313804.
HSL color Cylindrical-coordinate representation of color #CCDB7E: hue angle of 69.68º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCDB7E is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 126 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.14 |
| HSL | 69.68º | 0.56% | 0.68% | - |
| HSV(B) | 69.68º | 0.42% | 0.86% | - |
| XYZ | 54 | 65.01 | 29.44 | - |
| YUV | 203.91 | 84.03 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 126 | 0.07 | 0 | 0.42 | 0.14 | 69.68 | 0.56 | 0.68 |
| Hex | CC | DB | 7E | 7 | 0 | 2A | E | 46 | 38 | 44 |
| Octal | 314 | 333 | 176 | 7 | 0 | 52 | 16 | 106 | 70 | 104 |
| Binary | 11001100 | 11011011 | 1111110 | 111 | 0 | 101010 | 1110 | 1000110 | 111000 | 1000100 |
Color Harmonies of #CCDB7E
Complementary color
Monochromatic Colors of #CCDB7E
Black with #CCDB7E
Text Example
Text Example
White with #CCDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB7E; }
p { color: rgb(204,219,126); }
H1.HeaderClassName
{
color: #CCDB7E;
}
.AnyTagClassName
{
color: #CCDB7E;
}
</style>
background-color css
<style>
a { background-color: #CCDB7E; }
a { background-color: rgb(204,219,126); }
div.DivClassName
{
background-color: #CCDB7E;
}
.BgClassName
{
background-color: #CCDB7E;
}
</style>
border-color css
<style>
span { border-color: #CCDB7E; }
span { border-color: rgb(204,219,126); }
td.TdClassName
{
border-color: #CCDB7E;
}
.TagClassName
{
border-color: #CCDB7E;
}
</style>