Shades of Snowy Mint #CFE7CA
Tints of Snowy Mint #CFE7CA
RGB
CMYK
RGB Variations
Color information
#CFE7CA (or 0xCFE7CA) is known color: Snowy Mint. HEX triplet: CF, E7 and CA. RGB value is (207,231,202). Sum of RGB (Red+Green+Blue) = 207+231+202=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7CA is #301835. Grayscale: #DCDCDC. Windows color (decimal): -3151926 or 13297615. OLE color: 13297615.
HSL color Cylindrical-coordinate representation of color #CFE7CA: hue angle of 109.66º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFE7CA is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 202 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.09 |
| HSL | 109.66º | 0.38% | 0.85% | - |
| HSV(B) | 109.66º | 0.13% | 0.91% | - |
| XYZ | 64.97 | 74.68 | 66.87 | - |
| YUV | 220.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 202 | 0.10 | 0 | 0.13 | 0.09 | 109.66 | 0.38 | 0.85 |
| Hex | CF | E7 | CA | A | 0 | D | 9 | 6E | 26 | 55 |
| Octal | 317 | 347 | 312 | 12 | 0 | 15 | 11 | 156 | 46 | 125 |
| Binary | 11001111 | 11100111 | 11001010 | 1010 | 0 | 1101 | 1001 | 1101110 | 100110 | 1010101 |
Color Harmonies of #CFE7CA
Complementary color
Monochromatic Colors of #CFE7CA
Black with #CFE7CA
Text Example
Text Example
White with #CFE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE7CA; }
p { color: rgb(207,231,202); }
H1.HeaderClassName
{
color: #CFE7CA;
}
.AnyTagClassName
{
color: #CFE7CA;
}
</style>
background-color css
<style>
a { background-color: #CFE7CA; }
a { background-color: rgb(207,231,202); }
div.DivClassName
{
background-color: #CFE7CA;
}
.BgClassName
{
background-color: #CFE7CA;
}
</style>
border-color css
<style>
span { border-color: #CFE7CA; }
span { border-color: rgb(207,231,202); }
td.TdClassName
{
border-color: #CFE7CA;
}
.TagClassName
{
border-color: #CFE7CA;
}
</style>