Shades of Snowy Mint #CFFEC8
Tints of Snowy Mint #CFFEC8
RGB
CMYK
RGB Variations
Color information
#CFFEC8 (or 0xCFFEC8) is known color: Snowy Mint. HEX triplet: CF, FE and C8. RGB value is (207,254,200). Sum of RGB (Red+Green+Blue) = 207+254+200=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 200 (78.52% from 255 or 30.26% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFEC8 is #300137. Grayscale: #E9E9E9. Windows color (decimal): -3146040 or 13172431. OLE color: 13172431.
HSL color Cylindrical-coordinate representation of color #CFFEC8: hue angle of 112.22º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFFEC8 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
RGB | 207 | 254 | 200 | - |
CMYK | 0.19 | 0 | 0.21 | 0.00 |
HSL | 112.22º | 0.96% | 0.89% | - |
HSV(B) | 112.22º | 0.21% | 1% | - |
XYZ | 71.6 | 88.32 | 67.92 | - |
YUV | 233.79 | 108.93 | 108.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 254 | 200 | 0.19 | 0 | 0.21 | 0.00 | 112.22 | 0.96 | 0.89 |
Hex | CF | FE | C8 | 13 | 0 | 15 | 0 | 70 | 60 | 59 |
Octal | 317 | 376 | 310 | 23 | 0 | 25 | 0 | 160 | 140 | 131 |
Binary | 11001111 | 11111110 | 11001000 | 10011 | 0 | 10101 | 0 | 1110000 | 1100000 | 1011001 |
Color Harmonies of #CFFEC8
Complementary color
Monochromatic Colors of #CFFEC8
Black with #CFFEC8
Text Example
Text Example
White with #CFFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEC8; }
p { color: rgb(207,254,200); }
H1.HeaderClassName
{
color: #CFFEC8;
}
.AnyTagClassName
{
color: #CFFEC8;
}
</style>
background-color css
<style>
a { background-color: #CFFEC8; }
a { background-color: rgb(207,254,200); }
div.DivClassName
{
background-color: #CFFEC8;
}
.BgClassName
{
background-color: #CFFEC8;
}
</style>
border-color css
<style>
span { border-color: #CFFEC8; }
span { border-color: rgb(207,254,200); }
td.TdClassName
{
border-color: #CFFEC8;
}
.TagClassName
{
border-color: #CFFEC8;
}
</style>