Shades of Green Mist #CCCDA1
Tints of Green Mist #CCCDA1
RGB
CMYK
RGB Variations
Color information
#CCCDA1 (or 0xCCCDA1) is known color: Green Mist. HEX triplet: CC, CD and A1. RGB value is (204,205,161). Sum of RGB (Red+Green+Blue) = 204+205+161=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDA1 is #33325E. Grayscale: #C7C7C7. Windows color (decimal): -3355231 or 10603980. OLE color: 10603980.
HSL color Cylindrical-coordinate representation of color #CCCDA1: hue angle of 61.36º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCCDA1 is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
RGB | 204 | 205 | 161 | - |
CMYK | 0.00 | 0 | 0.21 | 0.20 |
HSL | 61.36º | 0.31% | 0.72% | - |
HSV(B) | 61.36º | 0.21% | 0.8% | - |
XYZ | 53.17 | 59.07 | 42.32 | - |
YUV | 199.69 | 106.17 | 131.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 161 | 0.00 | 0 | 0.21 | 0.20 | 61.36 | 0.31 | 0.72 |
Hex | CC | CD | A1 | 0 | 0 | 15 | 14 | 3D | 1F | 48 |
Octal | 314 | 315 | 241 | 0 | 0 | 25 | 24 | 75 | 37 | 110 |
Binary | 11001100 | 11001101 | 10100001 | 0 | 0 | 10101 | 10100 | 111101 | 11111 | 1001000 |
Color Harmonies of #CCCDA1
Complementary color
Monochromatic Colors of #CCCDA1
Black with #CCCDA1
Text Example
Text Example
White with #CCCDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDA1; }
p { color: rgb(204,205,161); }
H1.HeaderClassName
{
color: #CCCDA1;
}
.AnyTagClassName
{
color: #CCCDA1;
}
</style>
background-color css
<style>
a { background-color: #CCCDA1; }
a { background-color: rgb(204,205,161); }
div.DivClassName
{
background-color: #CCCDA1;
}
.BgClassName
{
background-color: #CCCDA1;
}
</style>
border-color css
<style>
span { border-color: #CCCDA1; }
span { border-color: rgb(204,205,161); }
td.TdClassName
{
border-color: #CCCDA1;
}
.TagClassName
{
border-color: #CCCDA1;
}
</style>