Shades of Moon Mist #CCCBB4
Tints of Moon Mist #CCCBB4
RGB
CMYK
RGB Variations
Color information
#CCCBB4 (or 0xCCCBB4) is known color: Moon Mist. HEX triplet: CC, CB and B4. RGB value is (204,203,180). Sum of RGB (Red+Green+Blue) = 204+203+180=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBB4 is #33344B. Grayscale: #C8C8C8. Windows color (decimal): -3355724 or 11848652. OLE color: 11848652.
HSL color Cylindrical-coordinate representation of color #CCCBB4: hue angle of 57.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCCBB4 is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 180 | - |
| CMYK | 0 | 0.00 | 0.12 | 0.2 |
| HSL | 57.5º | 0.19% | 0.75% | - |
| HSV(B) | 57.5º | 0.12% | 0.8% | - |
| XYZ | 54.5 | 58.84 | 51.67 | - |
| YUV | 200.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 180 | 0 | 0.00 | 0.12 | 0.2 | 57.5 | 0.19 | 0.75 |
| Hex | CC | CB | B4 | 0 | 0 | C | 14 | 3A | 13 | 4B |
| Octal | 314 | 313 | 264 | 0 | 0 | 14 | 24 | 72 | 23 | 113 |
| Binary | 11001100 | 11001011 | 10110100 | 0 | 0 | 1100 | 10100 | 111010 | 10011 | 1001011 |
Color Harmonies of #CCCBB4
Complementary color
Monochromatic Colors of #CCCBB4
Black with #CCCBB4
Text Example
Text Example
White with #CCCBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBB4; }
p { color: rgb(204,203,180); }
H1.HeaderClassName
{
color: #CCCBB4;
}
.AnyTagClassName
{
color: #CCCBB4;
}
</style>
background-color css
<style>
a { background-color: #CCCBB4; }
a { background-color: rgb(204,203,180); }
div.DivClassName
{
background-color: #CCCBB4;
}
.BgClassName
{
background-color: #CCCBB4;
}
</style>
border-color css
<style>
span { border-color: #CCCBB4; }
span { border-color: rgb(204,203,180); }
td.TdClassName
{
border-color: #CCCBB4;
}
.TagClassName
{
border-color: #CCCBB4;
}
</style>