Shades of Moon Mist #CCCBBC
Tints of Moon Mist #CCCBBC
RGB
CMYK
RGB Variations
Color information
#CCCBBC (or 0xCCCBBC) is known color: Moon Mist. HEX triplet: CC, CB and BC. RGB value is (204,203,188). Sum of RGB (Red+Green+Blue) = 204+203+188=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBBC is #333443. Grayscale: #C9C9C9. Windows color (decimal): -3355716 or 12372940. OLE color: 12372940.
HSL color Cylindrical-coordinate representation of color #CCCBBC: hue angle of 56.25º 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 #CCCBBC is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 188 | - |
| CMYK | 0 | 0.00 | 0.08 | 0.2 |
| HSL | 56.25º | 0.14% | 0.77% | - |
| HSV(B) | 56.25º | 0.08% | 0.8% | - |
| XYZ | 55.33 | 59.18 | 56.08 | - |
| YUV | 201.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 188 | 0 | 0.00 | 0.08 | 0.2 | 56.25 | 0.14 | 0.77 |
| Hex | CC | CB | BC | 0 | 0 | 8 | 14 | 38 | E | 4D |
| Octal | 314 | 313 | 274 | 0 | 0 | 10 | 24 | 70 | 16 | 115 |
| Binary | 11001100 | 11001011 | 10111100 | 0 | 0 | 1000 | 10100 | 111000 | 1110 | 1001101 |
Color Harmonies of #CCCBBC
Complementary color
Monochromatic Colors of #CCCBBC
Black with #CCCBBC
Text Example
Text Example
White with #CCCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBBC; }
p { color: rgb(204,203,188); }
H1.HeaderClassName
{
color: #CCCBBC;
}
.AnyTagClassName
{
color: #CCCBBC;
}
</style>
background-color css
<style>
a { background-color: #CCCBBC; }
a { background-color: rgb(204,203,188); }
div.DivClassName
{
background-color: #CCCBBC;
}
.BgClassName
{
background-color: #CCCBBC;
}
</style>
border-color css
<style>
span { border-color: #CCCBBC; }
span { border-color: rgb(204,203,188); }
td.TdClassName
{
border-color: #CCCBBC;
}
.TagClassName
{
border-color: #CCCBBC;
}
</style>