Shades of Snowy Mint #CAECC7
Tints of Snowy Mint #CAECC7
RGB
CMYK
RGB Variations
Color information
#CAECC7 (or 0xCAECC7) is known color: Snowy Mint. HEX triplet: CA, EC and C7. RGB value is (202,236,199). Sum of RGB (Red+Green+Blue) = 202+236+199=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECC7 is #351338. Grayscale: #DDDDDD. Windows color (decimal): -3478329 or 13102282. OLE color: 13102282.
HSL color Cylindrical-coordinate representation of color #CAECC7: hue angle of 115.14º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAECC7 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 199 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.07 |
| HSL | 115.14º | 0.49% | 0.85% | - |
| HSV(B) | 115.14º | 0.16% | 0.93% | - |
| XYZ | 64.66 | 76.67 | 65.42 | - |
| YUV | 221.62 | 115.24 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 199 | 0.14 | 0 | 0.16 | 0.07 | 115.14 | 0.49 | 0.85 |
| Hex | CA | EC | C7 | E | 0 | 10 | 7 | 73 | 31 | 55 |
| Octal | 312 | 354 | 307 | 16 | 0 | 20 | 7 | 163 | 61 | 125 |
| Binary | 11001010 | 11101100 | 11000111 | 1110 | 0 | 10000 | 111 | 1110011 | 110001 | 1010101 |
Color Harmonies of #CAECC7
Complementary color
Monochromatic Colors of #CAECC7
Black with #CAECC7
Text Example
Text Example
White with #CAECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECC7; }
p { color: rgb(202,236,199); }
H1.HeaderClassName
{
color: #CAECC7;
}
.AnyTagClassName
{
color: #CAECC7;
}
</style>
background-color css
<style>
a { background-color: #CAECC7; }
a { background-color: rgb(202,236,199); }
div.DivClassName
{
background-color: #CAECC7;
}
.BgClassName
{
background-color: #CAECC7;
}
</style>
border-color css
<style>
span { border-color: #CAECC7; }
span { border-color: rgb(202,236,199); }
td.TdClassName
{
border-color: #CAECC7;
}
.TagClassName
{
border-color: #CAECC7;
}
</style>