Shades of Snowy Mint #CFF9C8
Tints of Snowy Mint #CFF9C8
RGB
CMYK
RGB Variations
Color information
#CFF9C8 (or 0xCFF9C8) is known color: Snowy Mint. HEX triplet: CF, F9 and C8. RGB value is (207,249,200). Sum of RGB (Red+Green+Blue) = 207+249+200=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 200 (78.52% from 255 or 30.49% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9C8 is #300637. Grayscale: #E7E7E7. Windows color (decimal): -3147320 or 13171151. OLE color: 13171151.
HSL color Cylindrical-coordinate representation of color #CFF9C8: hue angle of 111.43º degrees, saturation: 0.8, 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 #CFF9C8 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 200 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.02 |
| HSL | 111.43º | 0.8% | 0.88% | - |
| HSV(B) | 111.43º | 0.2% | 0.98% | - |
| XYZ | 70.03 | 85.19 | 67.4 | - |
| YUV | 230.86 | 110.59 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 200 | 0.17 | 0 | 0.20 | 0.02 | 111.43 | 0.8 | 0.88 |
| Hex | CF | F9 | C8 | 11 | 0 | 14 | 2 | 6F | 50 | 58 |
| Octal | 317 | 371 | 310 | 21 | 0 | 24 | 2 | 157 | 120 | 130 |
| Binary | 11001111 | 11111001 | 11001000 | 10001 | 0 | 10100 | 10 | 1101111 | 1010000 | 1011000 |
Color Harmonies of #CFF9C8
Complementary color
Monochromatic Colors of #CFF9C8
Black with #CFF9C8
Text Example
Text Example
White with #CFF9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9C8; }
p { color: rgb(207,249,200); }
H1.HeaderClassName
{
color: #CFF9C8;
}
.AnyTagClassName
{
color: #CFF9C8;
}
</style>
background-color css
<style>
a { background-color: #CFF9C8; }
a { background-color: rgb(207,249,200); }
div.DivClassName
{
background-color: #CFF9C8;
}
.BgClassName
{
background-color: #CFF9C8;
}
</style>
border-color css
<style>
span { border-color: #CFF9C8; }
span { border-color: rgb(207,249,200); }
td.TdClassName
{
border-color: #CFF9C8;
}
.TagClassName
{
border-color: #CFF9C8;
}
</style>