Shades of Frosted Mint #DDF4DF
Tints of Frosted Mint #DDF4DF
RGB
CMYK
RGB Variations
Color information
#DDF4DF (or 0xDDF4DF) is known color: Frosted Mint. HEX triplet: DD, F4 and DF. RGB value is (221,244,223). Sum of RGB (Red+Green+Blue) = 221+244+223=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 244 (95.70% from 255 or 35.47% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF4DF is #220B20. Grayscale: #EAEAEA. Windows color (decimal): -2231073 or 14677213. OLE color: 14677213.
HSL color Cylindrical-coordinate representation of color #DDF4DF: hue angle of 125.22º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF4DF is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 244 | 223 | - |
CMYK | 0.09 | 0 | 0.09 | 0.04 |
HSL | 125.22º | 0.51% | 0.91% | - |
HSV(B) | 125.22º | 0.09% | 0.96% | - |
XYZ | 75.49 | 85.4 | 82.32 | - |
YUV | 234.73 | 121.38 | 118.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 244 | 223 | 0.09 | 0 | 0.09 | 0.04 | 125.22 | 0.51 | 0.91 |
Hex | DD | F4 | DF | 9 | 0 | 9 | 4 | 7D | 33 | 5B |
Octal | 335 | 364 | 337 | 11 | 0 | 11 | 4 | 175 | 63 | 133 |
Binary | 11011101 | 11110100 | 11011111 | 1001 | 0 | 1001 | 100 | 1111101 | 110011 | 1011011 |
Color Harmonies of #DDF4DF
Complementary color
Monochromatic Colors of #DDF4DF
Black with #DDF4DF
Text Example
Text Example
White with #DDF4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4DF; }
p { color: rgb(221,244,223); }
H1.HeaderClassName
{
color: #DDF4DF;
}
.AnyTagClassName
{
color: #DDF4DF;
}
</style>
background-color css
<style>
a { background-color: #DDF4DF; }
a { background-color: rgb(221,244,223); }
div.DivClassName
{
background-color: #DDF4DF;
}
.BgClassName
{
background-color: #DDF4DF;
}
</style>
border-color css
<style>
span { border-color: #DDF4DF; }
span { border-color: rgb(221,244,223); }
td.TdClassName
{
border-color: #DDF4DF;
}
.TagClassName
{
border-color: #DDF4DF;
}
</style>