Shades of Moon Mist #CCCDB5
Tints of Moon Mist #CCCDB5
RGB
CMYK
RGB Variations
Color information
#CCCDB5 (or 0xCCCDB5) is known color: Moon Mist. HEX triplet: CC, CD and B5. RGB value is (204,205,181). Sum of RGB (Red+Green+Blue) = 204+205+181=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDB5 is #33324A. Grayscale: #CACACA. Windows color (decimal): -3355211 or 11914700. OLE color: 11914700.
HSL color Cylindrical-coordinate representation of color #CCCDB5: hue angle of 62.5º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCCDB5 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 181 | - |
| CMYK | 0.00 | 0 | 0.12 | 0.20 |
| HSL | 62.5º | 0.19% | 0.76% | - |
| HSV(B) | 62.5º | 0.12% | 0.8% | - |
| XYZ | 55.07 | 59.84 | 52.36 | - |
| YUV | 201.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 181 | 0.00 | 0 | 0.12 | 0.20 | 62.5 | 0.19 | 0.76 |
| Hex | CC | CD | B5 | 0 | 0 | C | 14 | 3F | 13 | 4C |
| Octal | 314 | 315 | 265 | 0 | 0 | 14 | 24 | 77 | 23 | 114 |
| Binary | 11001100 | 11001101 | 10110101 | 0 | 0 | 1100 | 10100 | 111111 | 10011 | 1001100 |
Color Harmonies of #CCCDB5
Complementary color
Monochromatic Colors of #CCCDB5
Black with #CCCDB5
Text Example
Text Example
White with #CCCDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDB5; }
p { color: rgb(204,205,181); }
H1.HeaderClassName
{
color: #CCCDB5;
}
.AnyTagClassName
{
color: #CCCDB5;
}
</style>
background-color css
<style>
a { background-color: #CCCDB5; }
a { background-color: rgb(204,205,181); }
div.DivClassName
{
background-color: #CCCDB5;
}
.BgClassName
{
background-color: #CCCDB5;
}
</style>
border-color css
<style>
span { border-color: #CCCDB5; }
span { border-color: rgb(204,205,181); }
td.TdClassName
{
border-color: #CCCDB5;
}
.TagClassName
{
border-color: #CCCDB5;
}
</style>