Shades of Moon Mist #CCCCBB
Tints of Moon Mist #CCCCBB
RGB
CMYK
RGB Variations
Color information
#CCCCBB (or 0xCCCCBB) is known color: Moon Mist. HEX triplet: CC, CC and BB. RGB value is (204,204,187). Sum of RGB (Red+Green+Blue) = 204+204+187=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCBB is #333344. Grayscale: #CACACA. Windows color (decimal): -3355461 or 12307660. OLE color: 12307660.
HSL color Cylindrical-coordinate representation of color #CCCCBB: hue angle of 60º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCCCBB is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 187 | - |
| CMYK | 0 | 0 | 0.08 | 0.2 |
| HSL | 60º | 0.14% | 0.77% | - |
| HSV(B) | 60º | 0.08% | 0.8% | - |
| XYZ | 55.46 | 59.61 | 55.6 | - |
| YUV | 202.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 187 | 0 | 0 | 0.08 | 0.2 | 60 | 0.14 | 0.77 |
| Hex | CC | CC | BB | 0 | 0 | 8 | 14 | 3C | E | 4D |
| Octal | 314 | 314 | 273 | 0 | 0 | 10 | 24 | 74 | 16 | 115 |
| Binary | 11001100 | 11001100 | 10111011 | 0 | 0 | 1000 | 10100 | 111100 | 1110 | 1001101 |
Color Harmonies of #CCCCBB
Complementary color
Monochromatic Colors of #CCCCBB
Black with #CCCCBB
Text Example
Text Example
White with #CCCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCBB; }
p { color: rgb(204,204,187); }
H1.HeaderClassName
{
color: #CCCCBB;
}
.AnyTagClassName
{
color: #CCCCBB;
}
</style>
background-color css
<style>
a { background-color: #CCCCBB; }
a { background-color: rgb(204,204,187); }
div.DivClassName
{
background-color: #CCCCBB;
}
.BgClassName
{
background-color: #CCCCBB;
}
</style>
border-color css
<style>
span { border-color: #CCCCBB; }
span { border-color: rgb(204,204,187); }
td.TdClassName
{
border-color: #CCCCBB;
}
.TagClassName
{
border-color: #CCCCBB;
}
</style>