Shades of Moon Mist #CCCCB8
Tints of Moon Mist #CCCCB8
RGB
CMYK
RGB Variations
Color information
#CCCCB8 (or 0xCCCCB8) is known color: Moon Mist. HEX triplet: CC, CC and B8. RGB value is (204,204,184). Sum of RGB (Red+Green+Blue) = 204+204+184=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCB8 is #333347. Grayscale: #C9C9C9. Windows color (decimal): -3355464 or 12111052. OLE color: 12111052.
HSL color Cylindrical-coordinate representation of color #CCCCB8: hue angle of 60º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCCCB8 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 184 | - |
CMYK | 0 | 0 | 0.10 | 0.2 |
HSL | 60º | 0.16% | 0.76% | - |
HSV(B) | 60º | 0.1% | 0.8% | - |
XYZ | 55.15 | 59.48 | 53.92 | - |
YUV | 201.72 | 118 | 129.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 184 | 0 | 0 | 0.10 | 0.2 | 60 | 0.16 | 0.76 |
Hex | CC | CC | B8 | 0 | 0 | A | 14 | 3C | 10 | 4C |
Octal | 314 | 314 | 270 | 0 | 0 | 12 | 24 | 74 | 20 | 114 |
Binary | 11001100 | 11001100 | 10111000 | 0 | 0 | 1010 | 10100 | 111100 | 10000 | 1001100 |
Color Harmonies of #CCCCB8
Complementary color
Monochromatic Colors of #CCCCB8
Black with #CCCCB8
Text Example
Text Example
White with #CCCCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCB8; }
p { color: rgb(204,204,184); }
H1.HeaderClassName
{
color: #CCCCB8;
}
.AnyTagClassName
{
color: #CCCCB8;
}
</style>
background-color css
<style>
a { background-color: #CCCCB8; }
a { background-color: rgb(204,204,184); }
div.DivClassName
{
background-color: #CCCCB8;
}
.BgClassName
{
background-color: #CCCCB8;
}
</style>
border-color css
<style>
span { border-color: #CCCCB8; }
span { border-color: rgb(204,204,184); }
td.TdClassName
{
border-color: #CCCCB8;
}
.TagClassName
{
border-color: #CCCCB8;
}
</style>