Shades of Snowy Mint #CFEAC7
Tints of Snowy Mint #CFEAC7
RGB
CMYK
RGB Variations
Color information
#CFEAC7 (or 0xCFEAC7) is known color: Snowy Mint. HEX triplet: CF, EA and C7. RGB value is (207,234,199). Sum of RGB (Red+Green+Blue) = 207+234+199=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAC7 is #301538. Grayscale: #DEDEDE. Windows color (decimal): -3151161 or 13101775. OLE color: 13101775.
HSL color Cylindrical-coordinate representation of color #CFEAC7: hue angle of 106.29º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFEAC7 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 199 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.08 |
| HSL | 106.29º | 0.45% | 0.85% | - |
| HSV(B) | 106.29º | 0.15% | 0.92% | - |
| XYZ | 65.46 | 76.23 | 65.3 | - |
| YUV | 221.94 | 115.05 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 199 | 0.12 | 0 | 0.15 | 0.08 | 106.29 | 0.45 | 0.85 |
| Hex | CF | EA | C7 | C | 0 | F | 8 | 6A | 2D | 55 |
| Octal | 317 | 352 | 307 | 14 | 0 | 17 | 10 | 152 | 55 | 125 |
| Binary | 11001111 | 11101010 | 11000111 | 1100 | 0 | 1111 | 1000 | 1101010 | 101101 | 1010101 |
Color Harmonies of #CFEAC7
Complementary color
Monochromatic Colors of #CFEAC7
Black with #CFEAC7
Text Example
Text Example
White with #CFEAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAC7; }
p { color: rgb(207,234,199); }
H1.HeaderClassName
{
color: #CFEAC7;
}
.AnyTagClassName
{
color: #CFEAC7;
}
</style>
background-color css
<style>
a { background-color: #CFEAC7; }
a { background-color: rgb(207,234,199); }
div.DivClassName
{
background-color: #CFEAC7;
}
.BgClassName
{
background-color: #CFEAC7;
}
</style>
border-color css
<style>
span { border-color: #CFEAC7; }
span { border-color: rgb(207,234,199); }
td.TdClassName
{
border-color: #CFEAC7;
}
.TagClassName
{
border-color: #CFEAC7;
}
</style>