Shades of Snowy Mint #CAF4C6
Tints of Snowy Mint #CAF4C6
RGB
CMYK
RGB Variations
Color information
#CAF4C6 (or 0xCAF4C6) is known color: Snowy Mint. HEX triplet: CA, F4 and C6. RGB value is (202,244,198). Sum of RGB (Red+Green+Blue) = 202+244+198=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 244 (95.70% from 255 or 37.89% from 644); Blue value is 198 (77.73% from 255 or 30.75% from 644); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4C6 is #350B39. Grayscale: #E2E2E2. Windows color (decimal): -3476282 or 13038794. OLE color: 13038794.
HSL color Cylindrical-coordinate representation of color #CAF4C6: hue angle of 114.78º degrees, saturation: 0.68, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF4C6 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 198 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.04 |
| HSL | 114.78º | 0.68% | 0.87% | - |
| HSV(B) | 114.78º | 0.19% | 0.96% | - |
| XYZ | 66.9 | 81.34 | 65.6 | - |
| YUV | 226.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 198 | 0.17 | 0 | 0.19 | 0.04 | 114.78 | 0.68 | 0.87 |
| Hex | CA | F4 | C6 | 11 | 0 | 13 | 4 | 73 | 44 | 57 |
| Octal | 312 | 364 | 306 | 21 | 0 | 23 | 4 | 163 | 104 | 127 |
| Binary | 11001010 | 11110100 | 11000110 | 10001 | 0 | 10011 | 100 | 1110011 | 1000100 | 1010111 |
Color Harmonies of #CAF4C6
Complementary color
Monochromatic Colors of #CAF4C6
Black with #CAF4C6
Text Example
Text Example
White with #CAF4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF4C6; }
p { color: rgb(202,244,198); }
H1.HeaderClassName
{
color: #CAF4C6;
}
.AnyTagClassName
{
color: #CAF4C6;
}
</style>
background-color css
<style>
a { background-color: #CAF4C6; }
a { background-color: rgb(202,244,198); }
div.DivClassName
{
background-color: #CAF4C6;
}
.BgClassName
{
background-color: #CAF4C6;
}
</style>
border-color css
<style>
span { border-color: #CAF4C6; }
span { border-color: rgb(202,244,198); }
td.TdClassName
{
border-color: #CAF4C6;
}
.TagClassName
{
border-color: #CAF4C6;
}
</style>