Shades of Frosted Mint #D9FDDC
Tints of Frosted Mint #D9FDDC
RGB
CMYK
RGB Variations
Color information
#D9FDDC (or 0xD9FDDC) is known color: Frosted Mint. HEX triplet: D9, FD and DC. RGB value is (217,253,220). Sum of RGB (Red+Green+Blue) = 217+253+220=690 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.45% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FDDC is #260223. Grayscale: #EEEEEE. Windows color (decimal): -2490916 or 14482905. OLE color: 14482905.
HSL color Cylindrical-coordinate representation of color #D9FDDC: hue angle of 125º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FDDC is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 253 | 220 | - |
CMYK | 0.14 | 0 | 0.13 | 0.01 |
HSL | 125º | 0.9% | 0.92% | - |
HSV(B) | 125º | 0.14% | 0.99% | - |
XYZ | 76.66 | 90.17 | 81.07 | - |
YUV | 238.47 | 117.57 | 112.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 253 | 220 | 0.14 | 0 | 0.13 | 0.01 | 125 | 0.9 | 0.92 |
Hex | D9 | FD | DC | E | 0 | D | 1 | 7D | 5A | 5C |
Octal | 331 | 375 | 334 | 16 | 0 | 15 | 1 | 175 | 132 | 134 |
Binary | 11011001 | 11111101 | 11011100 | 1110 | 0 | 1101 | 1 | 1111101 | 1011010 | 1011100 |
Color Harmonies of #D9FDDC
Complementary color
Monochromatic Colors of #D9FDDC
Black with #D9FDDC
Text Example
Text Example
White with #D9FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FDDC; }
p { color: rgb(217,253,220); }
H1.HeaderClassName
{
color: #D9FDDC;
}
.AnyTagClassName
{
color: #D9FDDC;
}
</style>
background-color css
<style>
a { background-color: #D9FDDC; }
a { background-color: rgb(217,253,220); }
div.DivClassName
{
background-color: #D9FDDC;
}
.BgClassName
{
background-color: #D9FDDC;
}
</style>
border-color css
<style>
span { border-color: #D9FDDC; }
span { border-color: rgb(217,253,220); }
td.TdClassName
{
border-color: #D9FDDC;
}
.TagClassName
{
border-color: #D9FDDC;
}
</style>