Shades of Moon Mist #CCCBBF
Tints of Moon Mist #CCCBBF
RGB
CMYK
RGB Variations
Color information
#CCCBBF (or 0xCCCBBF) is known color: Moon Mist. HEX triplet: CC, CB and BF. RGB value is (204,203,191). Sum of RGB (Red+Green+Blue) = 204+203+191=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBBF is #333440. Grayscale: #C9C9C9. Windows color (decimal): -3355713 or 12569548. OLE color: 12569548.
HSL color Cylindrical-coordinate representation of color #CCCBBF: hue angle of 55.38º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCCBBF is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 191 | - |
| CMYK | 0 | 0.00 | 0.06 | 0.2 |
| HSL | 55.38º | 0.11% | 0.77% | - |
| HSV(B) | 55.38º | 0.06% | 0.8% | - |
| XYZ | 55.66 | 59.31 | 57.8 | - |
| YUV | 201.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 191 | 0 | 0.00 | 0.06 | 0.2 | 55.38 | 0.11 | 0.77 |
| Hex | CC | CB | BF | 0 | 0 | 6 | 14 | 37 | B | 4D |
| Octal | 314 | 313 | 277 | 0 | 0 | 6 | 24 | 67 | 13 | 115 |
| Binary | 11001100 | 11001011 | 10111111 | 0 | 0 | 110 | 10100 | 110111 | 1011 | 1001101 |
Color Harmonies of #CCCBBF
Complementary color
Monochromatic Colors of #CCCBBF
Black with #CCCBBF
Text Example
Text Example
White with #CCCBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBBF; }
p { color: rgb(204,203,191); }
H1.HeaderClassName
{
color: #CCCBBF;
}
.AnyTagClassName
{
color: #CCCBBF;
}
</style>
background-color css
<style>
a { background-color: #CCCBBF; }
a { background-color: rgb(204,203,191); }
div.DivClassName
{
background-color: #CCCBBF;
}
.BgClassName
{
background-color: #CCCBBF;
}
</style>
border-color css
<style>
span { border-color: #CCCBBF; }
span { border-color: rgb(204,203,191); }
td.TdClassName
{
border-color: #CCCBBF;
}
.TagClassName
{
border-color: #CCCBBF;
}
</style>