Shades of Snowy Mint #CFEDC9
Tints of Snowy Mint #CFEDC9
RGB
CMYK
RGB Variations
Color information
#CFEDC9 (or 0xCFEDC9) is known color: Snowy Mint. HEX triplet: CF, ED and C9. RGB value is (207,237,201). Sum of RGB (Red+Green+Blue) = 207+237+201=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDC9 is #301236. Grayscale: #E0E0E0. Windows color (decimal): -3150391 or 13233615. OLE color: 13233615.
HSL color Cylindrical-coordinate representation of color #CFEDC9: hue angle of 110º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFEDC9 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 201 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.07 |
| HSL | 110º | 0.5% | 0.86% | - |
| HSV(B) | 110º | 0.15% | 0.93% | - |
| XYZ | 66.56 | 78.05 | 66.82 | - |
| YUV | 223.93 | 115.06 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 201 | 0.13 | 0 | 0.15 | 0.07 | 110 | 0.5 | 0.86 |
| Hex | CF | ED | C9 | D | 0 | F | 7 | 6E | 32 | 56 |
| Octal | 317 | 355 | 311 | 15 | 0 | 17 | 7 | 156 | 62 | 126 |
| Binary | 11001111 | 11101101 | 11001001 | 1101 | 0 | 1111 | 111 | 1101110 | 110010 | 1010110 |
Color Harmonies of #CFEDC9
Complementary color
Monochromatic Colors of #CFEDC9
Black with #CFEDC9
Text Example
Text Example
White with #CFEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDC9; }
p { color: rgb(207,237,201); }
H1.HeaderClassName
{
color: #CFEDC9;
}
.AnyTagClassName
{
color: #CFEDC9;
}
</style>
background-color css
<style>
a { background-color: #CFEDC9; }
a { background-color: rgb(207,237,201); }
div.DivClassName
{
background-color: #CFEDC9;
}
.BgClassName
{
background-color: #CFEDC9;
}
</style>
border-color css
<style>
span { border-color: #CFEDC9; }
span { border-color: rgb(207,237,201); }
td.TdClassName
{
border-color: #CFEDC9;
}
.TagClassName
{
border-color: #CFEDC9;
}
</style>