Shades of Moon Mist #CCCCB0
Tints of Moon Mist #CCCCB0
RGB
CMYK
RGB Variations
Color information
#CCCCB0 (or 0xCCCCB0) is known color: Moon Mist. HEX triplet: CC, CC and B0. RGB value is (204,204,176). Sum of RGB (Red+Green+Blue) = 204+204+176=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCB0 is #33334F. Grayscale: #C8C8C8. Windows color (decimal): -3355472 or 11586764. OLE color: 11586764.
HSL color Cylindrical-coordinate representation of color #CCCCB0: hue angle of 60º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCCCB0 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 176 | - |
| CMYK | 0 | 0 | 0.14 | 0.2 |
| HSL | 60º | 0.22% | 0.75% | - |
| HSV(B) | 60º | 0.14% | 0.8% | - |
| XYZ | 54.33 | 59.16 | 49.63 | - |
| YUV | 200.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 176 | 0 | 0 | 0.14 | 0.2 | 60 | 0.22 | 0.75 |
| Hex | CC | CC | B0 | 0 | 0 | E | 14 | 3C | 16 | 4B |
| Octal | 314 | 314 | 260 | 0 | 0 | 16 | 24 | 74 | 26 | 113 |
| Binary | 11001100 | 11001100 | 10110000 | 0 | 0 | 1110 | 10100 | 111100 | 10110 | 1001011 |
Color Harmonies of #CCCCB0
Complementary color
Monochromatic Colors of #CCCCB0
Black with #CCCCB0
Text Example
Text Example
White with #CCCCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCB0; }
p { color: rgb(204,204,176); }
H1.HeaderClassName
{
color: #CCCCB0;
}
.AnyTagClassName
{
color: #CCCCB0;
}
</style>
background-color css
<style>
a { background-color: #CCCCB0; }
a { background-color: rgb(204,204,176); }
div.DivClassName
{
background-color: #CCCCB0;
}
.BgClassName
{
background-color: #CCCCB0;
}
</style>
border-color css
<style>
span { border-color: #CCCCB0; }
span { border-color: rgb(204,204,176); }
td.TdClassName
{
border-color: #CCCCB0;
}
.TagClassName
{
border-color: #CCCCB0;
}
</style>