Shades of Moon Mist #CCCBB1
Tints of Moon Mist #CCCBB1
RGB
CMYK
RGB Variations
Color information
#CCCBB1 (or 0xCCCBB1) is known color: Moon Mist. HEX triplet: CC, CB and B1. RGB value is (204,203,177). Sum of RGB (Red+Green+Blue) = 204+203+177=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 177 (69.53% from 255 or 30.31% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBB1 is #33344E. Grayscale: #C8C8C8. Windows color (decimal): -3355727 or 11652044. OLE color: 11652044.
HSL color Cylindrical-coordinate representation of color #CCCBB1: hue angle of 57.78º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCCBB1 is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 177 | - |
| CMYK | 0 | 0.00 | 0.13 | 0.2 |
| HSL | 57.78º | 0.21% | 0.75% | - |
| HSV(B) | 57.78º | 0.13% | 0.8% | - |
| XYZ | 54.19 | 58.72 | 50.07 | - |
| YUV | 200.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 177 | 0 | 0.00 | 0.13 | 0.2 | 57.78 | 0.21 | 0.75 |
| Hex | CC | CB | B1 | 0 | 0 | D | 14 | 3A | 15 | 4B |
| Octal | 314 | 313 | 261 | 0 | 0 | 15 | 24 | 72 | 25 | 113 |
| Binary | 11001100 | 11001011 | 10110001 | 0 | 0 | 1101 | 10100 | 111010 | 10101 | 1001011 |
Color Harmonies of #CCCBB1
Complementary color
Monochromatic Colors of #CCCBB1
Black with #CCCBB1
Text Example
Text Example
White with #CCCBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBB1; }
p { color: rgb(204,203,177); }
H1.HeaderClassName
{
color: #CCCBB1;
}
.AnyTagClassName
{
color: #CCCBB1;
}
</style>
background-color css
<style>
a { background-color: #CCCBB1; }
a { background-color: rgb(204,203,177); }
div.DivClassName
{
background-color: #CCCBB1;
}
.BgClassName
{
background-color: #CCCBB1;
}
</style>
border-color css
<style>
span { border-color: #CCCBB1; }
span { border-color: rgb(204,203,177); }
td.TdClassName
{
border-color: #CCCBB1;
}
.TagClassName
{
border-color: #CCCBB1;
}
</style>