Shades of Snowy Mint #CAF1C6
Tints of Snowy Mint #CAF1C6
RGB
CMYK
RGB Variations
Color information
#CAF1C6 (or 0xCAF1C6) is known color: Snowy Mint. HEX triplet: CA, F1 and C6. RGB value is (202,241,198). Sum of RGB (Red+Green+Blue) = 202+241+198=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1C6 is #350E39. Grayscale: #E0E0E0. Windows color (decimal): -3477050 or 13038026. OLE color: 13038026.
HSL color Cylindrical-coordinate representation of color #CAF1C6: hue angle of 114.42º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF1C6 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 198 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.05 |
| HSL | 114.42º | 0.61% | 0.86% | - |
| HSV(B) | 114.42º | 0.18% | 0.95% | - |
| XYZ | 66.01 | 79.54 | 65.3 | - |
| YUV | 224.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 198 | 0.16 | 0 | 0.18 | 0.05 | 114.42 | 0.61 | 0.86 |
| Hex | CA | F1 | C6 | 10 | 0 | 12 | 5 | 72 | 3D | 56 |
| Octal | 312 | 361 | 306 | 20 | 0 | 22 | 5 | 162 | 75 | 126 |
| Binary | 11001010 | 11110001 | 11000110 | 10000 | 0 | 10010 | 101 | 1110010 | 111101 | 1010110 |
Color Harmonies of #CAF1C6
Complementary color
Monochromatic Colors of #CAF1C6
Black with #CAF1C6
Text Example
Text Example
White with #CAF1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1C6; }
p { color: rgb(202,241,198); }
H1.HeaderClassName
{
color: #CAF1C6;
}
.AnyTagClassName
{
color: #CAF1C6;
}
</style>
background-color css
<style>
a { background-color: #CAF1C6; }
a { background-color: rgb(202,241,198); }
div.DivClassName
{
background-color: #CAF1C6;
}
.BgClassName
{
background-color: #CAF1C6;
}
</style>
border-color css
<style>
span { border-color: #CAF1C6; }
span { border-color: rgb(202,241,198); }
td.TdClassName
{
border-color: #CAF1C6;
}
.TagClassName
{
border-color: #CAF1C6;
}
</style>