Shades of Frosted Mint #DDFADF
Tints of Frosted Mint #DDFADF
RGB
CMYK
RGB Variations
Color information
#DDFADF (or 0xDDFADF) is known color: Frosted Mint. HEX triplet: DD, FA and DF. RGB value is (221,250,223). Sum of RGB (Red+Green+Blue) = 221+250+223=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFADF is #220520. Grayscale: #EEEEEE. Windows color (decimal): -2229537 or 14678749. OLE color: 14678749.
HSL color Cylindrical-coordinate representation of color #DDFADF: hue angle of 124.14º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFADF is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 250 | 223 | - |
CMYK | 0.12 | 0 | 0.11 | 0.02 |
HSL | 124.14º | 0.74% | 0.92% | - |
HSV(B) | 124.14º | 0.12% | 0.98% | - |
XYZ | 77.32 | 89.07 | 82.93 | - |
YUV | 238.25 | 119.39 | 115.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 250 | 223 | 0.12 | 0 | 0.11 | 0.02 | 124.14 | 0.74 | 0.92 |
Hex | DD | FA | DF | C | 0 | B | 2 | 7C | 4A | 5C |
Octal | 335 | 372 | 337 | 14 | 0 | 13 | 2 | 174 | 112 | 134 |
Binary | 11011101 | 11111010 | 11011111 | 1100 | 0 | 1011 | 10 | 1111100 | 1001010 | 1011100 |
Color Harmonies of #DDFADF
Complementary color
Monochromatic Colors of #DDFADF
Black with #DDFADF
Text Example
Text Example
White with #DDFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFADF; }
p { color: rgb(221,250,223); }
H1.HeaderClassName
{
color: #DDFADF;
}
.AnyTagClassName
{
color: #DDFADF;
}
</style>
background-color css
<style>
a { background-color: #DDFADF; }
a { background-color: rgb(221,250,223); }
div.DivClassName
{
background-color: #DDFADF;
}
.BgClassName
{
background-color: #DDFADF;
}
</style>
border-color css
<style>
span { border-color: #DDFADF; }
span { border-color: rgb(221,250,223); }
td.TdClassName
{
border-color: #DDFADF;
}
.TagClassName
{
border-color: #DDFADF;
}
</style>