Shades of Moon Mist #CACAAE
Tints of Moon Mist #CACAAE
RGB
CMYK
RGB Variations
Color information
#CACAAE (or 0xCACAAE) is known color: Moon Mist. HEX triplet: CA, CA and AE. RGB value is (202,202,174). Sum of RGB (Red+Green+Blue) = 202+202+174=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACAAE is #353551. Grayscale: #C6C6C6. Windows color (decimal): -3487058 or 11455178. OLE color: 11455178.
HSL color Cylindrical-coordinate representation of color #CACAAE: hue angle of 60º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACAAE is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 174 | - |
| CMYK | 0 | 0 | 0.14 | 0.21 |
| HSL | 60º | 0.21% | 0.74% | - |
| HSV(B) | 60º | 0.14% | 0.79% | - |
| XYZ | 53.12 | 57.85 | 48.41 | - |
| YUV | 198.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 174 | 0 | 0 | 0.14 | 0.21 | 60 | 0.21 | 0.74 |
| Hex | CA | CA | AE | 0 | 0 | E | 15 | 3C | 15 | 4A |
| Octal | 312 | 312 | 256 | 0 | 0 | 16 | 25 | 74 | 25 | 112 |
| Binary | 11001010 | 11001010 | 10101110 | 0 | 0 | 1110 | 10101 | 111100 | 10101 | 1001010 |
Color Harmonies of #CACAAE
Complementary color
Monochromatic Colors of #CACAAE
Black with #CACAAE
Text Example
Text Example
White with #CACAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAAE; }
p { color: rgb(202,202,174); }
H1.HeaderClassName
{
color: #CACAAE;
}
.AnyTagClassName
{
color: #CACAAE;
}
</style>
background-color css
<style>
a { background-color: #CACAAE; }
a { background-color: rgb(202,202,174); }
div.DivClassName
{
background-color: #CACAAE;
}
.BgClassName
{
background-color: #CACAAE;
}
</style>
border-color css
<style>
span { border-color: #CACAAE; }
span { border-color: rgb(202,202,174); }
td.TdClassName
{
border-color: #CACAAE;
}
.TagClassName
{
border-color: #CACAAE;
}
</style>