Shades of Moon Mist #CCCCB9
Tints of Moon Mist #CCCCB9
RGB
CMYK
RGB Variations
Color information
#CCCCB9 (or 0xCCCCB9) is known color: Moon Mist. HEX triplet: CC, CC and B9. RGB value is (204,204,185). Sum of RGB (Red+Green+Blue) = 204+204+185=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCB9 is #333346. Grayscale: #C9C9C9. Windows color (decimal): -3355463 or 12176588. OLE color: 12176588.
HSL color Cylindrical-coordinate representation of color #CCCCB9: hue angle of 60º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCCB9 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 185 | - |
| CMYK | 0 | 0 | 0.09 | 0.2 |
| HSL | 60º | 0.16% | 0.76% | - |
| HSV(B) | 60º | 0.09% | 0.8% | - |
| XYZ | 55.25 | 59.53 | 54.48 | - |
| YUV | 201.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 185 | 0 | 0 | 0.09 | 0.2 | 60 | 0.16 | 0.76 |
| Hex | CC | CC | B9 | 0 | 0 | 9 | 14 | 3C | 10 | 4C |
| Octal | 314 | 314 | 271 | 0 | 0 | 11 | 24 | 74 | 20 | 114 |
| Binary | 11001100 | 11001100 | 10111001 | 0 | 0 | 1001 | 10100 | 111100 | 10000 | 1001100 |
Color Harmonies of #CCCCB9
Complementary color
Monochromatic Colors of #CCCCB9
Black with #CCCCB9
Text Example
Text Example
White with #CCCCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCB9; }
p { color: rgb(204,204,185); }
H1.HeaderClassName
{
color: #CCCCB9;
}
.AnyTagClassName
{
color: #CCCCB9;
}
</style>
background-color css
<style>
a { background-color: #CCCCB9; }
a { background-color: rgb(204,204,185); }
div.DivClassName
{
background-color: #CCCCB9;
}
.BgClassName
{
background-color: #CCCCB9;
}
</style>
border-color css
<style>
span { border-color: #CCCCB9; }
span { border-color: rgb(204,204,185); }
td.TdClassName
{
border-color: #CCCCB9;
}
.TagClassName
{
border-color: #CCCCB9;
}
</style>