Shades of Snowy Mint #CFEAC9
Tints of Snowy Mint #CFEAC9
RGB
CMYK
RGB Variations
Color information
#CFEAC9 (or 0xCFEAC9) is known color: Snowy Mint. HEX triplet: CF, EA and C9. RGB value is (207,234,201). Sum of RGB (Red+Green+Blue) = 207+234+201=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAC9 is #301536. Grayscale: #DEDEDE. Windows color (decimal): -3151159 or 13232847. OLE color: 13232847.
HSL color Cylindrical-coordinate representation of color #CFEAC9: hue angle of 109.09º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEAC9 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 201 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.08 |
| HSL | 109.09º | 0.44% | 0.85% | - |
| HSV(B) | 109.09º | 0.14% | 0.92% | - |
| XYZ | 65.7 | 76.33 | 66.53 | - |
| YUV | 222.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 201 | 0.12 | 0 | 0.14 | 0.08 | 109.09 | 0.44 | 0.85 |
| Hex | CF | EA | C9 | C | 0 | E | 8 | 6D | 2C | 55 |
| Octal | 317 | 352 | 311 | 14 | 0 | 16 | 10 | 155 | 54 | 125 |
| Binary | 11001111 | 11101010 | 11001001 | 1100 | 0 | 1110 | 1000 | 1101101 | 101100 | 1010101 |
Color Harmonies of #CFEAC9
Complementary color
Monochromatic Colors of #CFEAC9
Black with #CFEAC9
Text Example
Text Example
White with #CFEAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAC9; }
p { color: rgb(207,234,201); }
H1.HeaderClassName
{
color: #CFEAC9;
}
.AnyTagClassName
{
color: #CFEAC9;
}
</style>
background-color css
<style>
a { background-color: #CFEAC9; }
a { background-color: rgb(207,234,201); }
div.DivClassName
{
background-color: #CFEAC9;
}
.BgClassName
{
background-color: #CFEAC9;
}
</style>
border-color css
<style>
span { border-color: #CFEAC9; }
span { border-color: rgb(207,234,201); }
td.TdClassName
{
border-color: #CFEAC9;
}
.TagClassName
{
border-color: #CFEAC9;
}
</style>