Shades of Deco #CCDA8E
Tints of Deco #CCDA8E
RGB
CMYK
RGB Variations
Color information
#CCDA8E (or 0xCCDA8E) is known color: Deco. HEX triplet: CC, DA and 8E. RGB value is (204,218,142). Sum of RGB (Red+Green+Blue) = 204+218+142=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA8E is #332571. Grayscale: #CDCDCD. Windows color (decimal): -3351922 or 9362124. OLE color: 9362124.
HSL color Cylindrical-coordinate representation of color #CCDA8E: hue angle of 71.05º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCDA8E is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 142 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.15 |
| HSL | 71.05º | 0.51% | 0.71% | - |
| HSV(B) | 71.05º | 0.35% | 0.85% | - |
| XYZ | 54.86 | 64.93 | 35.23 | - |
| YUV | 205.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 142 | 0.06 | 0 | 0.35 | 0.15 | 71.05 | 0.51 | 0.71 |
| Hex | CC | DA | 8E | 6 | 0 | 23 | F | 47 | 33 | 47 |
| Octal | 314 | 332 | 216 | 6 | 0 | 43 | 17 | 107 | 63 | 107 |
| Binary | 11001100 | 11011010 | 10001110 | 110 | 0 | 100011 | 1111 | 1000111 | 110011 | 1000111 |
Color Harmonies of #CCDA8E
Complementary color
Monochromatic Colors of #CCDA8E
Black with #CCDA8E
Text Example
Text Example
White with #CCDA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA8E; }
p { color: rgb(204,218,142); }
H1.HeaderClassName
{
color: #CCDA8E;
}
.AnyTagClassName
{
color: #CCDA8E;
}
</style>
background-color css
<style>
a { background-color: #CCDA8E; }
a { background-color: rgb(204,218,142); }
div.DivClassName
{
background-color: #CCDA8E;
}
.BgClassName
{
background-color: #CCDA8E;
}
</style>
border-color css
<style>
span { border-color: #CCDA8E; }
span { border-color: rgb(204,218,142); }
td.TdClassName
{
border-color: #CCDA8E;
}
.TagClassName
{
border-color: #CCDA8E;
}
</style>