Shades of Moon Mist #CCCDBA
Tints of Moon Mist #CCCDBA
RGB
CMYK
RGB Variations
Color information
#CCCDBA (or 0xCCCDBA) is known color: Moon Mist. HEX triplet: CC, CD and BA. RGB value is (204,205,186). Sum of RGB (Red+Green+Blue) = 204+205+186=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDBA is #333245. Grayscale: #CACACA. Windows color (decimal): -3355206 or 12242380. OLE color: 12242380.
HSL color Cylindrical-coordinate representation of color #CCCDBA: hue angle of 63.16º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCDBA is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
RGB | 204 | 205 | 186 | - |
CMYK | 0.00 | 0 | 0.09 | 0.20 |
HSL | 63.16º | 0.16% | 0.77% | - |
HSV(B) | 63.16º | 0.09% | 0.8% | - |
XYZ | 55.6 | 60.05 | 55.11 | - |
YUV | 202.54 | 118.67 | 129.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 186 | 0.00 | 0 | 0.09 | 0.20 | 63.16 | 0.16 | 0.77 |
Hex | CC | CD | BA | 0 | 0 | 9 | 14 | 3F | 10 | 4D |
Octal | 314 | 315 | 272 | 0 | 0 | 11 | 24 | 77 | 20 | 115 |
Binary | 11001100 | 11001101 | 10111010 | 0 | 0 | 1001 | 10100 | 111111 | 10000 | 1001101 |
Color Harmonies of #CCCDBA
Complementary color
Monochromatic Colors of #CCCDBA
Black with #CCCDBA
Text Example
Text Example
White with #CCCDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDBA; }
p { color: rgb(204,205,186); }
H1.HeaderClassName
{
color: #CCCDBA;
}
.AnyTagClassName
{
color: #CCCDBA;
}
</style>
background-color css
<style>
a { background-color: #CCCDBA; }
a { background-color: rgb(204,205,186); }
div.DivClassName
{
background-color: #CCCDBA;
}
.BgClassName
{
background-color: #CCCDBA;
}
</style>
border-color css
<style>
span { border-color: #CCCDBA; }
span { border-color: rgb(204,205,186); }
td.TdClassName
{
border-color: #CCCDBA;
}
.TagClassName
{
border-color: #CCCDBA;
}
</style>