Shades of Snowy Mint #CFE8C9
Tints of Snowy Mint #CFE8C9
RGB
CMYK
RGB Variations
Color information
#CFE8C9 (or 0xCFE8C9) is known color: Snowy Mint. HEX triplet: CF, E8 and C9. RGB value is (207,232,201). Sum of RGB (Red+Green+Blue) = 207+232+201=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8C9 is #301736. Grayscale: #DDDDDD. Windows color (decimal): -3151671 or 13232335. OLE color: 13232335.
HSL color Cylindrical-coordinate representation of color #CFE8C9: hue angle of 108.39º degrees, saturation: 0.4, 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 #CFE8C9 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 201 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.09 |
| HSL | 108.39º | 0.4% | 0.85% | - |
| HSV(B) | 108.39º | 0.13% | 0.91% | - |
| XYZ | 65.13 | 75.2 | 66.34 | - |
| YUV | 220.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 201 | 0.11 | 0 | 0.13 | 0.09 | 108.39 | 0.4 | 0.85 |
| Hex | CF | E8 | C9 | B | 0 | D | 9 | 6C | 28 | 55 |
| Octal | 317 | 350 | 311 | 13 | 0 | 15 | 11 | 154 | 50 | 125 |
| Binary | 11001111 | 11101000 | 11001001 | 1011 | 0 | 1101 | 1001 | 1101100 | 101000 | 1010101 |
Color Harmonies of #CFE8C9
Complementary color
Monochromatic Colors of #CFE8C9
Black with #CFE8C9
Text Example
Text Example
White with #CFE8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8C9; }
p { color: rgb(207,232,201); }
H1.HeaderClassName
{
color: #CFE8C9;
}
.AnyTagClassName
{
color: #CFE8C9;
}
</style>
background-color css
<style>
a { background-color: #CFE8C9; }
a { background-color: rgb(207,232,201); }
div.DivClassName
{
background-color: #CFE8C9;
}
.BgClassName
{
background-color: #CFE8C9;
}
</style>
border-color css
<style>
span { border-color: #CFE8C9; }
span { border-color: rgb(207,232,201); }
td.TdClassName
{
border-color: #CFE8C9;
}
.TagClassName
{
border-color: #CFE8C9;
}
</style>