Shades of Snowy Mint #CAFDC4
Tints of Snowy Mint #CAFDC4
RGB
CMYK
RGB Variations
Color information
#CAFDC4 (or 0xCAFDC4) is known color: Snowy Mint. HEX triplet: CA, FD and C4. RGB value is (202,253,196). Sum of RGB (Red+Green+Blue) = 202+253+196=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDC4 is #35023B. Grayscale: #E7E7E7. Windows color (decimal): -3473980 or 12910026. OLE color: 12910026.
HSL color Cylindrical-coordinate representation of color #CAFDC4: hue angle of 113.68º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAFDC4 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 253 | 196 | - |
CMYK | 0.20 | 0 | 0.23 | 0.01 |
HSL | 113.68º | 0.93% | 0.88% | - |
HSV(B) | 113.68º | 0.23% | 0.99% | - |
XYZ | 69.45 | 86.79 | 65.32 | - |
YUV | 231.25 | 108.1 | 107.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 253 | 196 | 0.20 | 0 | 0.23 | 0.01 | 113.68 | 0.93 | 0.88 |
Hex | CA | FD | C4 | 14 | 0 | 17 | 1 | 72 | 5D | 58 |
Octal | 312 | 375 | 304 | 24 | 0 | 27 | 1 | 162 | 135 | 130 |
Binary | 11001010 | 11111101 | 11000100 | 10100 | 0 | 10111 | 1 | 1110010 | 1011101 | 1011000 |
Color Harmonies of #CAFDC4
Complementary color
Monochromatic Colors of #CAFDC4
Black with #CAFDC4
Text Example
Text Example
White with #CAFDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDC4; }
p { color: rgb(202,253,196); }
H1.HeaderClassName
{
color: #CAFDC4;
}
.AnyTagClassName
{
color: #CAFDC4;
}
</style>
background-color css
<style>
a { background-color: #CAFDC4; }
a { background-color: rgb(202,253,196); }
div.DivClassName
{
background-color: #CAFDC4;
}
.BgClassName
{
background-color: #CAFDC4;
}
</style>
border-color css
<style>
span { border-color: #CAFDC4; }
span { border-color: rgb(202,253,196); }
td.TdClassName
{
border-color: #CAFDC4;
}
.TagClassName
{
border-color: #CAFDC4;
}
</style>