Shades of Snowy Mint #CAF3C6
Tints of Snowy Mint #CAF3C6
RGB
CMYK
RGB Variations
Color information
#CAF3C6 (or 0xCAF3C6) is known color: Snowy Mint. HEX triplet: CA, F3 and C6. RGB value is (202,243,198). Sum of RGB (Red+Green+Blue) = 202+243+198=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 198 (77.73% from 255 or 30.79% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3C6 is #350C39. Grayscale: #E1E1E1. Windows color (decimal): -3476538 or 13038538. OLE color: 13038538.
HSL color Cylindrical-coordinate representation of color #CAF3C6: hue angle of 114.67º degrees, saturation: 0.65, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF3C6 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 198 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.05 |
| HSL | 114.67º | 0.65% | 0.86% | - |
| HSV(B) | 114.67º | 0.19% | 0.95% | - |
| XYZ | 66.6 | 80.73 | 65.5 | - |
| YUV | 225.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 198 | 0.17 | 0 | 0.19 | 0.05 | 114.67 | 0.65 | 0.86 |
| Hex | CA | F3 | C6 | 11 | 0 | 13 | 5 | 73 | 41 | 56 |
| Octal | 312 | 363 | 306 | 21 | 0 | 23 | 5 | 163 | 101 | 126 |
| Binary | 11001010 | 11110011 | 11000110 | 10001 | 0 | 10011 | 101 | 1110011 | 1000001 | 1010110 |
Color Harmonies of #CAF3C6
Complementary color
Monochromatic Colors of #CAF3C6
Black with #CAF3C6
Text Example
Text Example
White with #CAF3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF3C6; }
p { color: rgb(202,243,198); }
H1.HeaderClassName
{
color: #CAF3C6;
}
.AnyTagClassName
{
color: #CAF3C6;
}
</style>
background-color css
<style>
a { background-color: #CAF3C6; }
a { background-color: rgb(202,243,198); }
div.DivClassName
{
background-color: #CAF3C6;
}
.BgClassName
{
background-color: #CAF3C6;
}
</style>
border-color css
<style>
span { border-color: #CAF3C6; }
span { border-color: rgb(202,243,198); }
td.TdClassName
{
border-color: #CAF3C6;
}
.TagClassName
{
border-color: #CAF3C6;
}
</style>