Shades of Snowy Mint #CAFDC5
Tints of Snowy Mint #CAFDC5
RGB
CMYK
RGB Variations
Color information
#CAFDC5 (or 0xCAFDC5) is known color: Snowy Mint. HEX triplet: CA, FD and C5. RGB value is (202,253,197). Sum of RGB (Red+Green+Blue) = 202+253+197=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDC5 is #35023A. Grayscale: #E7E7E7. Windows color (decimal): -3473979 or 12975562. OLE color: 12975562.
HSL color Cylindrical-coordinate representation of color #CAFDC5: hue angle of 114.64º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAFDC5 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 197 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.01 |
| HSL | 114.64º | 0.93% | 0.88% | - |
| HSV(B) | 114.64º | 0.22% | 0.99% | - |
| XYZ | 69.56 | 86.84 | 65.92 | - |
| YUV | 231.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 197 | 0.20 | 0 | 0.22 | 0.01 | 114.64 | 0.93 | 0.88 |
| Hex | CA | FD | C5 | 14 | 0 | 16 | 1 | 73 | 5D | 58 |
| Octal | 312 | 375 | 305 | 24 | 0 | 26 | 1 | 163 | 135 | 130 |
| Binary | 11001010 | 11111101 | 11000101 | 10100 | 0 | 10110 | 1 | 1110011 | 1011101 | 1011000 |
Color Harmonies of #CAFDC5
Complementary color
Monochromatic Colors of #CAFDC5
Black with #CAFDC5
Text Example
Text Example
White with #CAFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDC5; }
p { color: rgb(202,253,197); }
H1.HeaderClassName
{
color: #CAFDC5;
}
.AnyTagClassName
{
color: #CAFDC5;
}
</style>
background-color css
<style>
a { background-color: #CAFDC5; }
a { background-color: rgb(202,253,197); }
div.DivClassName
{
background-color: #CAFDC5;
}
.BgClassName
{
background-color: #CAFDC5;
}
</style>
border-color css
<style>
span { border-color: #CAFDC5; }
span { border-color: rgb(202,253,197); }
td.TdClassName
{
border-color: #CAFDC5;
}
.TagClassName
{
border-color: #CAFDC5;
}
</style>