Shades of Moon Mist #CCCBAE
Tints of Moon Mist #CCCBAE
RGB
CMYK
RGB Variations
Color information
#CCCBAE (or 0xCCCBAE) is known color: Moon Mist. HEX triplet: CC, CB and AE. RGB value is (204,203,174). Sum of RGB (Red+Green+Blue) = 204+203+174=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBAE is #333451. Grayscale: #C8C8C8. Windows color (decimal): -3355730 or 11455436. OLE color: 11455436.
HSL color Cylindrical-coordinate representation of color #CCCBAE: hue angle of 58º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCBAE is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 174 | - |
| CMYK | 0 | 0.00 | 0.15 | 0.2 |
| HSL | 58º | 0.23% | 0.74% | - |
| HSV(B) | 58º | 0.15% | 0.8% | - |
| XYZ | 53.9 | 58.61 | 48.52 | - |
| YUV | 199.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 174 | 0 | 0.00 | 0.15 | 0.2 | 58 | 0.23 | 0.74 |
| Hex | CC | CB | AE | 0 | 0 | F | 14 | 3A | 17 | 4A |
| Octal | 314 | 313 | 256 | 0 | 0 | 17 | 24 | 72 | 27 | 112 |
| Binary | 11001100 | 11001011 | 10101110 | 0 | 0 | 1111 | 10100 | 111010 | 10111 | 1001010 |
Color Harmonies of #CCCBAE
Complementary color
Monochromatic Colors of #CCCBAE
Black with #CCCBAE
Text Example
Text Example
White with #CCCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBAE; }
p { color: rgb(204,203,174); }
H1.HeaderClassName
{
color: #CCCBAE;
}
.AnyTagClassName
{
color: #CCCBAE;
}
</style>
background-color css
<style>
a { background-color: #CCCBAE; }
a { background-color: rgb(204,203,174); }
div.DivClassName
{
background-color: #CCCBAE;
}
.BgClassName
{
background-color: #CCCBAE;
}
</style>
border-color css
<style>
span { border-color: #CCCBAE; }
span { border-color: rgb(204,203,174); }
td.TdClassName
{
border-color: #CCCBAE;
}
.TagClassName
{
border-color: #CCCBAE;
}
</style>