Shades of Moon Mist #CCCCAF
Tints of Moon Mist #CCCCAF
RGB
CMYK
RGB Variations
Color information
#CCCCAF (or 0xCCCCAF) is known color: Moon Mist. HEX triplet: CC, CC and AF. RGB value is (204,204,175). Sum of RGB (Red+Green+Blue) = 204+204+175=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCAF is #333350. Grayscale: #C8C8C8. Windows color (decimal): -3355473 or 11521228. OLE color: 11521228.
HSL color Cylindrical-coordinate representation of color #CCCCAF: hue angle of 60º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCCCAF is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 175 | - |
CMYK | 0 | 0 | 0.14 | 0.2 |
HSL | 60º | 0.22% | 0.74% | - |
HSV(B) | 60º | 0.14% | 0.8% | - |
XYZ | 54.23 | 59.12 | 49.11 | - |
YUV | 200.69 | 113.5 | 130.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 175 | 0 | 0 | 0.14 | 0.2 | 60 | 0.22 | 0.74 |
Hex | CC | CC | AF | 0 | 0 | E | 14 | 3C | 16 | 4A |
Octal | 314 | 314 | 257 | 0 | 0 | 16 | 24 | 74 | 26 | 112 |
Binary | 11001100 | 11001100 | 10101111 | 0 | 0 | 1110 | 10100 | 111100 | 10110 | 1001010 |
Color Harmonies of #CCCCAF
Complementary color
Monochromatic Colors of #CCCCAF
Black with #CCCCAF
Text Example
Text Example
White with #CCCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCAF; }
p { color: rgb(204,204,175); }
H1.HeaderClassName
{
color: #CCCCAF;
}
.AnyTagClassName
{
color: #CCCCAF;
}
</style>
background-color css
<style>
a { background-color: #CCCCAF; }
a { background-color: rgb(204,204,175); }
div.DivClassName
{
background-color: #CCCCAF;
}
.BgClassName
{
background-color: #CCCCAF;
}
</style>
border-color css
<style>
span { border-color: #CCCCAF; }
span { border-color: rgb(204,204,175); }
td.TdClassName
{
border-color: #CCCCAF;
}
.TagClassName
{
border-color: #CCCCAF;
}
</style>