Shades of Green Mist #CCCDA0
Tints of Green Mist #CCCDA0
RGB
CMYK
RGB Variations
Color information
#CCCDA0 (or 0xCCCDA0) is known color: Green Mist. HEX triplet: CC, CD and A0. RGB value is (204,205,160). Sum of RGB (Red+Green+Blue) = 204+205+160=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDA0 is #33325F. Grayscale: #C7C7C7. Windows color (decimal): -3355232 or 10538444. OLE color: 10538444.
HSL color Cylindrical-coordinate representation of color #CCCDA0: hue angle of 61.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCCDA0 is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 160 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.20 |
| HSL | 61.33º | 0.31% | 0.72% | - |
| HSV(B) | 61.33º | 0.22% | 0.8% | - |
| XYZ | 53.08 | 59.04 | 41.86 | - |
| YUV | 199.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 160 | 0.00 | 0 | 0.22 | 0.20 | 61.33 | 0.31 | 0.72 |
| Hex | CC | CD | A0 | 0 | 0 | 16 | 14 | 3D | 1F | 48 |
| Octal | 314 | 315 | 240 | 0 | 0 | 26 | 24 | 75 | 37 | 110 |
| Binary | 11001100 | 11001101 | 10100000 | 0 | 0 | 10110 | 10100 | 111101 | 11111 | 1001000 |
Color Harmonies of #CCCDA0
Complementary color
Monochromatic Colors of #CCCDA0
Black with #CCCDA0
Text Example
Text Example
White with #CCCDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDA0; }
p { color: rgb(204,205,160); }
H1.HeaderClassName
{
color: #CCCDA0;
}
.AnyTagClassName
{
color: #CCCDA0;
}
</style>
background-color css
<style>
a { background-color: #CCCDA0; }
a { background-color: rgb(204,205,160); }
div.DivClassName
{
background-color: #CCCDA0;
}
.BgClassName
{
background-color: #CCCDA0;
}
</style>
border-color css
<style>
span { border-color: #CCCDA0; }
span { border-color: rgb(204,205,160); }
td.TdClassName
{
border-color: #CCCDA0;
}
.TagClassName
{
border-color: #CCCDA0;
}
</style>