Shades of Frosted Mint #D9FEDD
Tints of Frosted Mint #D9FEDD
RGB
CMYK
RGB Variations
Color information
#D9FEDD (or 0xD9FEDD) is known color: Frosted Mint. HEX triplet: D9, FE and DD. RGB value is (217,254,221). Sum of RGB (Red+Green+Blue) = 217+254+221=692 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.36% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FEDD is #260122. Grayscale: #EFEFEF. Windows color (decimal): -2490659 or 14548697. OLE color: 14548697.
HSL color Cylindrical-coordinate representation of color #D9FEDD: hue angle of 126.49º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9FEDD is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 217 | 254 | 221 | - |
CMYK | 0.15 | 0 | 0.13 | 0.00 |
HSL | 126.49º | 0.95% | 0.92% | - |
HSV(B) | 126.49º | 0.15% | 1% | - |
XYZ | 77.11 | 90.86 | 81.88 | - |
YUV | 239.18 | 117.74 | 112.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 254 | 221 | 0.15 | 0 | 0.13 | 0.00 | 126.49 | 0.95 | 0.92 |
Hex | D9 | FE | DD | F | 0 | D | 0 | 7E | 5F | 5C |
Octal | 331 | 376 | 335 | 17 | 0 | 15 | 0 | 176 | 137 | 134 |
Binary | 11011001 | 11111110 | 11011101 | 1111 | 0 | 1101 | 0 | 1111110 | 1011111 | 1011100 |
Color Harmonies of #D9FEDD
Complementary color
Monochromatic Colors of #D9FEDD
Black with #D9FEDD
Text Example
Text Example
White with #D9FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FEDD; }
p { color: rgb(217,254,221); }
H1.HeaderClassName
{
color: #D9FEDD;
}
.AnyTagClassName
{
color: #D9FEDD;
}
</style>
background-color css
<style>
a { background-color: #D9FEDD; }
a { background-color: rgb(217,254,221); }
div.DivClassName
{
background-color: #D9FEDD;
}
.BgClassName
{
background-color: #D9FEDD;
}
</style>
border-color css
<style>
span { border-color: #D9FEDD; }
span { border-color: rgb(217,254,221); }
td.TdClassName
{
border-color: #D9FEDD;
}
.TagClassName
{
border-color: #D9FEDD;
}
</style>