Shades of Frosted Mint #DDF9DF
Tints of Frosted Mint #DDF9DF
RGB
CMYK
RGB Variations
Color information
#DDF9DF (or 0xDDF9DF) is known color: Frosted Mint. HEX triplet: DD, F9 and DF. RGB value is (221,249,223). Sum of RGB (Red+Green+Blue) = 221+249+223=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 249 (97.66% from 255 or 35.93% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9DF is #220620. Grayscale: #EDEDED. Windows color (decimal): -2229793 or 14678493. OLE color: 14678493.
HSL color Cylindrical-coordinate representation of color #DDF9DF: hue angle of 124.29º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF9DF is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 249 | 223 | - |
CMYK | 0.11 | 0 | 0.10 | 0.02 |
HSL | 124.29º | 0.7% | 0.92% | - |
HSV(B) | 124.29º | 0.11% | 0.98% | - |
XYZ | 77.01 | 88.45 | 82.83 | - |
YUV | 237.66 | 119.72 | 116.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 249 | 223 | 0.11 | 0 | 0.10 | 0.02 | 124.29 | 0.7 | 0.92 |
Hex | DD | F9 | DF | B | 0 | A | 2 | 7C | 46 | 5C |
Octal | 335 | 371 | 337 | 13 | 0 | 12 | 2 | 174 | 106 | 134 |
Binary | 11011101 | 11111001 | 11011111 | 1011 | 0 | 1010 | 10 | 1111100 | 1000110 | 1011100 |
Color Harmonies of #DDF9DF
Complementary color
Monochromatic Colors of #DDF9DF
Black with #DDF9DF
Text Example
Text Example
White with #DDF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9DF; }
p { color: rgb(221,249,223); }
H1.HeaderClassName
{
color: #DDF9DF;
}
.AnyTagClassName
{
color: #DDF9DF;
}
</style>
background-color css
<style>
a { background-color: #DDF9DF; }
a { background-color: rgb(221,249,223); }
div.DivClassName
{
background-color: #DDF9DF;
}
.BgClassName
{
background-color: #DDF9DF;
}
</style>
border-color css
<style>
span { border-color: #DDF9DF; }
span { border-color: rgb(221,249,223); }
td.TdClassName
{
border-color: #DDF9DF;
}
.TagClassName
{
border-color: #DDF9DF;
}
</style>