Shades of Moon Mist #CCCCB4
Tints of Moon Mist #CCCCB4
RGB
CMYK
RGB Variations
Color information
#CCCCB4 (or 0xCCCCB4) is known color: Moon Mist. HEX triplet: CC, CC and B4. RGB value is (204,204,180). Sum of RGB (Red+Green+Blue) = 204+204+180=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCB4 is #33334B. Grayscale: #C9C9C9. Windows color (decimal): -3355468 or 11848908. OLE color: 11848908.
HSL color Cylindrical-coordinate representation of color #CCCCB4: hue angle of 60º 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 #CCCCB4 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 180 | - |
| CMYK | 0 | 0 | 0.12 | 0.2 |
| HSL | 60º | 0.19% | 0.75% | - |
| HSV(B) | 60º | 0.12% | 0.8% | - |
| XYZ | 54.73 | 59.32 | 51.74 | - |
| YUV | 201.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 180 | 0 | 0 | 0.12 | 0.2 | 60 | 0.19 | 0.75 |
| Hex | CC | CC | B4 | 0 | 0 | C | 14 | 3C | 13 | 4B |
| Octal | 314 | 314 | 264 | 0 | 0 | 14 | 24 | 74 | 23 | 113 |
| Binary | 11001100 | 11001100 | 10110100 | 0 | 0 | 1100 | 10100 | 111100 | 10011 | 1001011 |
Color Harmonies of #CCCCB4
Complementary color
Monochromatic Colors of #CCCCB4
Black with #CCCCB4
Text Example
Text Example
White with #CCCCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCB4; }
p { color: rgb(204,204,180); }
H1.HeaderClassName
{
color: #CCCCB4;
}
.AnyTagClassName
{
color: #CCCCB4;
}
</style>
background-color css
<style>
a { background-color: #CCCCB4; }
a { background-color: rgb(204,204,180); }
div.DivClassName
{
background-color: #CCCCB4;
}
.BgClassName
{
background-color: #CCCCB4;
}
</style>
border-color css
<style>
span { border-color: #CCCCB4; }
span { border-color: rgb(204,204,180); }
td.TdClassName
{
border-color: #CCCCB4;
}
.TagClassName
{
border-color: #CCCCB4;
}
</style>