Shades of Snowy Mint #D9FECD
Tints of Snowy Mint #D9FECD
RGB
CMYK
RGB Variations
Color information
#D9FECD (or 0xD9FECD) is known color: Snowy Mint. HEX triplet: D9, FE and CD. RGB value is (217,254,205). Sum of RGB (Red+Green+Blue) = 217+254+205=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FECD is #260132. Grayscale: #EDEDED. Windows color (decimal): -2490675 or 13500121. OLE color: 13500121.
HSL color Cylindrical-coordinate representation of color #D9FECD: hue angle of 105.31º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9FECD is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 217 | 254 | 205 | - |
CMYK | 0.15 | 0 | 0.19 | 0.00 |
HSL | 105.31º | 0.96% | 0.9% | - |
HSV(B) | 105.31º | 0.19% | 1% | - |
XYZ | 75.08 | 90.04 | 71.18 | - |
YUV | 237.35 | 109.74 | 113.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 254 | 205 | 0.15 | 0 | 0.19 | 0.00 | 105.31 | 0.96 | 0.9 |
Hex | D9 | FE | CD | F | 0 | 13 | 0 | 69 | 60 | 5A |
Octal | 331 | 376 | 315 | 17 | 0 | 23 | 0 | 151 | 140 | 132 |
Binary | 11011001 | 11111110 | 11001101 | 1111 | 0 | 10011 | 0 | 1101001 | 1100000 | 1011010 |
Color Harmonies of #D9FECD
Complementary color
Monochromatic Colors of #D9FECD
Black with #D9FECD
Text Example
Text Example
White with #D9FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FECD; }
p { color: rgb(217,254,205); }
H1.HeaderClassName
{
color: #D9FECD;
}
.AnyTagClassName
{
color: #D9FECD;
}
</style>
background-color css
<style>
a { background-color: #D9FECD; }
a { background-color: rgb(217,254,205); }
div.DivClassName
{
background-color: #D9FECD;
}
.BgClassName
{
background-color: #D9FECD;
}
</style>
border-color css
<style>
span { border-color: #D9FECD; }
span { border-color: rgb(217,254,205); }
td.TdClassName
{
border-color: #D9FECD;
}
.TagClassName
{
border-color: #D9FECD;
}
</style>