Shades of Snowy Mint #CAEAC5
Tints of Snowy Mint #CAEAC5
RGB
CMYK
RGB Variations
Color information
#CAEAC5 (or 0xCAEAC5) is known color: Snowy Mint. HEX triplet: CA, EA and C5. RGB value is (202,234,197). Sum of RGB (Red+Green+Blue) = 202+234+197=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEAC5 is #35153A. Grayscale: #DCDCDC. Windows color (decimal): -3478843 or 12970698. OLE color: 12970698.
HSL color Cylindrical-coordinate representation of color #CAEAC5: hue angle of 111.89º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAEAC5 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 197 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.08 |
| HSL | 111.89º | 0.47% | 0.85% | - |
| HSV(B) | 111.89º | 0.16% | 0.92% | - |
| XYZ | 63.86 | 75.43 | 64.02 | - |
| YUV | 220.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 197 | 0.14 | 0 | 0.16 | 0.08 | 111.89 | 0.47 | 0.85 |
| Hex | CA | EA | C5 | E | 0 | 10 | 8 | 70 | 2F | 55 |
| Octal | 312 | 352 | 305 | 16 | 0 | 20 | 10 | 160 | 57 | 125 |
| Binary | 11001010 | 11101010 | 11000101 | 1110 | 0 | 10000 | 1000 | 1110000 | 101111 | 1010101 |
Color Harmonies of #CAEAC5
Complementary color
Monochromatic Colors of #CAEAC5
Black with #CAEAC5
Text Example
Text Example
White with #CAEAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEAC5; }
p { color: rgb(202,234,197); }
H1.HeaderClassName
{
color: #CAEAC5;
}
.AnyTagClassName
{
color: #CAEAC5;
}
</style>
background-color css
<style>
a { background-color: #CAEAC5; }
a { background-color: rgb(202,234,197); }
div.DivClassName
{
background-color: #CAEAC5;
}
.BgClassName
{
background-color: #CAEAC5;
}
</style>
border-color css
<style>
span { border-color: #CAEAC5; }
span { border-color: rgb(202,234,197); }
td.TdClassName
{
border-color: #CAEAC5;
}
.TagClassName
{
border-color: #CAEAC5;
}
</style>