Shades of Snowy Mint #CAFEC5
Tints of Snowy Mint #CAFEC5
RGB
CMYK
RGB Variations
Color information
#CAFEC5 (or 0xCAFEC5) is known color: Snowy Mint. HEX triplet: CA, FE and C5. RGB value is (202,254,197). Sum of RGB (Red+Green+Blue) = 202+254+197=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEC5 is #35013A. Grayscale: #E8E8E8. Windows color (decimal): -3473723 or 12975818. OLE color: 12975818.
HSL color Cylindrical-coordinate representation of color #CAFEC5: hue angle of 114.74º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAFEC5 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 202 | 254 | 197 | - |
CMYK | 0.20 | 0 | 0.22 | 0.00 |
HSL | 114.74º | 0.97% | 0.88% | - |
HSV(B) | 114.74º | 0.22% | 1% | - |
XYZ | 69.88 | 87.47 | 66.02 | - |
YUV | 231.95 | 108.27 | 106.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 254 | 197 | 0.20 | 0 | 0.22 | 0.00 | 114.74 | 0.97 | 0.88 |
Hex | CA | FE | C5 | 14 | 0 | 16 | 0 | 73 | 61 | 58 |
Octal | 312 | 376 | 305 | 24 | 0 | 26 | 0 | 163 | 141 | 130 |
Binary | 11001010 | 11111110 | 11000101 | 10100 | 0 | 10110 | 0 | 1110011 | 1100001 | 1011000 |
Color Harmonies of #CAFEC5
Complementary color
Monochromatic Colors of #CAFEC5
Black with #CAFEC5
Text Example
Text Example
White with #CAFEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEC5; }
p { color: rgb(202,254,197); }
H1.HeaderClassName
{
color: #CAFEC5;
}
.AnyTagClassName
{
color: #CAFEC5;
}
</style>
background-color css
<style>
a { background-color: #CAFEC5; }
a { background-color: rgb(202,254,197); }
div.DivClassName
{
background-color: #CAFEC5;
}
.BgClassName
{
background-color: #CAFEC5;
}
</style>
border-color css
<style>
span { border-color: #CAFEC5; }
span { border-color: rgb(202,254,197); }
td.TdClassName
{
border-color: #CAFEC5;
}
.TagClassName
{
border-color: #CAFEC5;
}
</style>