Shades of Snowy Mint #CFF9C7
Tints of Snowy Mint #CFF9C7
RGB
CMYK
RGB Variations
Color information
#CFF9C7 (or 0xCFF9C7) is known color: Snowy Mint. HEX triplet: CF, F9 and C7. RGB value is (207,249,199). Sum of RGB (Red+Green+Blue) = 207+249+199=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 199 (78.12% from 255 or 30.38% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9C7 is #300638. Grayscale: #E6E6E6. Windows color (decimal): -3147321 or 13105615. OLE color: 13105615.
HSL color Cylindrical-coordinate representation of color #CFF9C7: hue angle of 110.4º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFF9C7 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 207 | 249 | 199 | - |
CMYK | 0.17 | 0 | 0.20 | 0.02 |
HSL | 110.4º | 0.81% | 0.88% | - |
HSV(B) | 110.4º | 0.2% | 0.98% | - |
XYZ | 69.92 | 85.14 | 66.78 | - |
YUV | 230.74 | 110.09 | 111.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 249 | 199 | 0.17 | 0 | 0.20 | 0.02 | 110.4 | 0.81 | 0.88 |
Hex | CF | F9 | C7 | 11 | 0 | 14 | 2 | 6E | 51 | 58 |
Octal | 317 | 371 | 307 | 21 | 0 | 24 | 2 | 156 | 121 | 130 |
Binary | 11001111 | 11111001 | 11000111 | 10001 | 0 | 10100 | 10 | 1101110 | 1010001 | 1011000 |
Color Harmonies of #CFF9C7
Complementary color
Monochromatic Colors of #CFF9C7
Black with #CFF9C7
Text Example
Text Example
White with #CFF9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9C7; }
p { color: rgb(207,249,199); }
H1.HeaderClassName
{
color: #CFF9C7;
}
.AnyTagClassName
{
color: #CFF9C7;
}
</style>
background-color css
<style>
a { background-color: #CFF9C7; }
a { background-color: rgb(207,249,199); }
div.DivClassName
{
background-color: #CFF9C7;
}
.BgClassName
{
background-color: #CFF9C7;
}
</style>
border-color css
<style>
span { border-color: #CFF9C7; }
span { border-color: rgb(207,249,199); }
td.TdClassName
{
border-color: #CFF9C7;
}
.TagClassName
{
border-color: #CFF9C7;
}
</style>