Shades of Snowy Mint #CFFDC7
Tints of Snowy Mint #CFFDC7
RGB
CMYK
RGB Variations
Color information
#CFFDC7 (or 0xCFFDC7) is known color: Snowy Mint. HEX triplet: CF, FD and C7. RGB value is (207,253,199). Sum of RGB (Red+Green+Blue) = 207+253+199=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 199 (78.12% from 255 or 30.20% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDC7 is #300238. Grayscale: #E9E9E9. Windows color (decimal): -3146297 or 13106639. OLE color: 13106639.
HSL color Cylindrical-coordinate representation of color #CFFDC7: hue angle of 111.11º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFFDC7 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 199 | - |
CMYK | 0.18 | 0 | 0.21 | 0.01 |
HSL | 111.11º | 0.93% | 0.89% | - |
HSV(B) | 111.11º | 0.21% | 0.99% | - |
XYZ | 71.17 | 87.64 | 67.2 | - |
YUV | 233.09 | 108.76 | 109.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 199 | 0.18 | 0 | 0.21 | 0.01 | 111.11 | 0.93 | 0.89 |
Hex | CF | FD | C7 | 12 | 0 | 15 | 1 | 6F | 5D | 59 |
Octal | 317 | 375 | 307 | 22 | 0 | 25 | 1 | 157 | 135 | 131 |
Binary | 11001111 | 11111101 | 11000111 | 10010 | 0 | 10101 | 1 | 1101111 | 1011101 | 1011001 |
Color Harmonies of #CFFDC7
Complementary color
Monochromatic Colors of #CFFDC7
Black with #CFFDC7
Text Example
Text Example
White with #CFFDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDC7; }
p { color: rgb(207,253,199); }
H1.HeaderClassName
{
color: #CFFDC7;
}
.AnyTagClassName
{
color: #CFFDC7;
}
</style>
background-color css
<style>
a { background-color: #CFFDC7; }
a { background-color: rgb(207,253,199); }
div.DivClassName
{
background-color: #CFFDC7;
}
.BgClassName
{
background-color: #CFFDC7;
}
</style>
border-color css
<style>
span { border-color: #CFFDC7; }
span { border-color: rgb(207,253,199); }
td.TdClassName
{
border-color: #CFFDC7;
}
.TagClassName
{
border-color: #CFFDC7;
}
</style>