Shades of Moon Mist #CCCCB3
Tints of Moon Mist #CCCCB3
RGB
CMYK
RGB Variations
Color information
#CCCCB3 (or 0xCCCCB3) is known color: Moon Mist. HEX triplet: CC, CC and B3. RGB value is (204,204,179). Sum of RGB (Red+Green+Blue) = 204+204+179=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCB3 is #33334C. Grayscale: #C9C9C9. Windows color (decimal): -3355469 or 11783372. OLE color: 11783372.
HSL color Cylindrical-coordinate representation of color #CCCCB3: hue angle of 60º degrees, saturation: 0.2, 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 #CCCCB3 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 179 | - |
CMYK | 0 | 0 | 0.12 | 0.2 |
HSL | 60º | 0.2% | 0.75% | - |
HSV(B) | 60º | 0.12% | 0.8% | - |
XYZ | 54.63 | 59.28 | 51.21 | - |
YUV | 201.15 | 115.5 | 130.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 179 | 0 | 0 | 0.12 | 0.2 | 60 | 0.2 | 0.75 |
Hex | CC | CC | B3 | 0 | 0 | C | 14 | 3C | 14 | 4B |
Octal | 314 | 314 | 263 | 0 | 0 | 14 | 24 | 74 | 24 | 113 |
Binary | 11001100 | 11001100 | 10110011 | 0 | 0 | 1100 | 10100 | 111100 | 10100 | 1001011 |
Color Harmonies of #CCCCB3
Complementary color
Monochromatic Colors of #CCCCB3
Black with #CCCCB3
Text Example
Text Example
White with #CCCCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCB3; }
p { color: rgb(204,204,179); }
H1.HeaderClassName
{
color: #CCCCB3;
}
.AnyTagClassName
{
color: #CCCCB3;
}
</style>
background-color css
<style>
a { background-color: #CCCCB3; }
a { background-color: rgb(204,204,179); }
div.DivClassName
{
background-color: #CCCCB3;
}
.BgClassName
{
background-color: #CCCCB3;
}
</style>
border-color css
<style>
span { border-color: #CCCCB3; }
span { border-color: rgb(204,204,179); }
td.TdClassName
{
border-color: #CCCCB3;
}
.TagClassName
{
border-color: #CCCCB3;
}
</style>