Shades of Moon Mist #CCCCB6
Tints of Moon Mist #CCCCB6
RGB
CMYK
RGB Variations
Color information
#CCCCB6 (or 0xCCCCB6) is known color: Moon Mist. HEX triplet: CC, CC and B6. RGB value is (204,204,182). Sum of RGB (Red+Green+Blue) = 204+204+182=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCB6 is #333349. Grayscale: #C9C9C9. Windows color (decimal): -3355466 or 11979980. OLE color: 11979980.
HSL color Cylindrical-coordinate representation of color #CCCCB6: hue angle of 60º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCCB6 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 182 | - |
CMYK | 0 | 0 | 0.11 | 0.2 |
HSL | 60º | 0.18% | 0.76% | - |
HSV(B) | 60º | 0.11% | 0.8% | - |
XYZ | 54.94 | 59.4 | 52.83 | - |
YUV | 201.49 | 117 | 129.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 182 | 0 | 0 | 0.11 | 0.2 | 60 | 0.18 | 0.76 |
Hex | CC | CC | B6 | 0 | 0 | B | 14 | 3C | 12 | 4C |
Octal | 314 | 314 | 266 | 0 | 0 | 13 | 24 | 74 | 22 | 114 |
Binary | 11001100 | 11001100 | 10110110 | 0 | 0 | 1011 | 10100 | 111100 | 10010 | 1001100 |
Color Harmonies of #CCCCB6
Complementary color
Monochromatic Colors of #CCCCB6
Black with #CCCCB6
Text Example
Text Example
White with #CCCCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCB6; }
p { color: rgb(204,204,182); }
H1.HeaderClassName
{
color: #CCCCB6;
}
.AnyTagClassName
{
color: #CCCCB6;
}
</style>
background-color css
<style>
a { background-color: #CCCCB6; }
a { background-color: rgb(204,204,182); }
div.DivClassName
{
background-color: #CCCCB6;
}
.BgClassName
{
background-color: #CCCCB6;
}
</style>
border-color css
<style>
span { border-color: #CCCCB6; }
span { border-color: rgb(204,204,182); }
td.TdClassName
{
border-color: #CCCCB6;
}
.TagClassName
{
border-color: #CCCCB6;
}
</style>