Shades of Snowy Mint #CFFBC7
Tints of Snowy Mint #CFFBC7
RGB
CMYK
RGB Variations
Color information
#CFFBC7 (or 0xCFFBC7) is known color: Snowy Mint. HEX triplet: CF, FB and C7. RGB value is (207,251,199). Sum of RGB (Red+Green+Blue) = 207+251+199=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 199 (78.12% from 255 or 30.29% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFBC7 is #300438. Grayscale: #E8E8E8. Windows color (decimal): -3146809 or 13106127. OLE color: 13106127.
HSL color Cylindrical-coordinate representation of color #CFFBC7: hue angle of 110.77º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFFBC7 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
RGB | 207 | 251 | 199 | - |
CMYK | 0.18 | 0 | 0.21 | 0.02 |
HSL | 110.77º | 0.87% | 0.88% | - |
HSV(B) | 110.77º | 0.21% | 0.98% | - |
XYZ | 70.54 | 86.38 | 66.99 | - |
YUV | 231.92 | 109.42 | 110.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 251 | 199 | 0.18 | 0 | 0.21 | 0.02 | 110.77 | 0.87 | 0.88 |
Hex | CF | FB | C7 | 12 | 0 | 15 | 2 | 6F | 57 | 58 |
Octal | 317 | 373 | 307 | 22 | 0 | 25 | 2 | 157 | 127 | 130 |
Binary | 11001111 | 11111011 | 11000111 | 10010 | 0 | 10101 | 10 | 1101111 | 1010111 | 1011000 |
Color Harmonies of #CFFBC7
Complementary color
Monochromatic Colors of #CFFBC7
Black with #CFFBC7
Text Example
Text Example
White with #CFFBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFBC7; }
p { color: rgb(207,251,199); }
H1.HeaderClassName
{
color: #CFFBC7;
}
.AnyTagClassName
{
color: #CFFBC7;
}
</style>
background-color css
<style>
a { background-color: #CFFBC7; }
a { background-color: rgb(207,251,199); }
div.DivClassName
{
background-color: #CFFBC7;
}
.BgClassName
{
background-color: #CFFBC7;
}
</style>
border-color css
<style>
span { border-color: #CFFBC7; }
span { border-color: rgb(207,251,199); }
td.TdClassName
{
border-color: #CFFBC7;
}
.TagClassName
{
border-color: #CFFBC7;
}
</style>