Shades of Snowy Mint #CFFDC9
Tints of Snowy Mint #CFFDC9
RGB
CMYK
RGB Variations
Color information
#CFFDC9 (or 0xCFFDC9) is known color: Snowy Mint. HEX triplet: CF, FD and C9. RGB value is (207,253,201). Sum of RGB (Red+Green+Blue) = 207+253+201=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 201 (78.91% from 255 or 30.41% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDC9 is #300236. Grayscale: #E9E9E9. Windows color (decimal): -3146295 or 13237711. OLE color: 13237711.
HSL color Cylindrical-coordinate representation of color #CFFDC9: hue angle of 113.08º 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 #CFFDC9 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 201 | - |
CMYK | 0.18 | 0 | 0.21 | 0.01 |
HSL | 113.08º | 0.93% | 0.89% | - |
HSV(B) | 113.08º | 0.21% | 0.99% | - |
XYZ | 71.4 | 87.73 | 68.43 | - |
YUV | 233.32 | 109.76 | 109.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 201 | 0.18 | 0 | 0.21 | 0.01 | 113.08 | 0.93 | 0.89 |
Hex | CF | FD | C9 | 12 | 0 | 15 | 1 | 71 | 5D | 59 |
Octal | 317 | 375 | 311 | 22 | 0 | 25 | 1 | 161 | 135 | 131 |
Binary | 11001111 | 11111101 | 11001001 | 10010 | 0 | 10101 | 1 | 1110001 | 1011101 | 1011001 |
Color Harmonies of #CFFDC9
Complementary color
Monochromatic Colors of #CFFDC9
Black with #CFFDC9
Text Example
Text Example
White with #CFFDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDC9; }
p { color: rgb(207,253,201); }
H1.HeaderClassName
{
color: #CFFDC9;
}
.AnyTagClassName
{
color: #CFFDC9;
}
</style>
background-color css
<style>
a { background-color: #CFFDC9; }
a { background-color: rgb(207,253,201); }
div.DivClassName
{
background-color: #CFFDC9;
}
.BgClassName
{
background-color: #CFFDC9;
}
</style>
border-color css
<style>
span { border-color: #CFFDC9; }
span { border-color: rgb(207,253,201); }
td.TdClassName
{
border-color: #CFFDC9;
}
.TagClassName
{
border-color: #CFFDC9;
}
</style>