Shades of Frosted Mint #DDF7DF
Tints of Frosted Mint #DDF7DF
RGB
CMYK
RGB Variations
Color information
#DDF7DF (or 0xDDF7DF) is known color: Frosted Mint. HEX triplet: DD, F7 and DF. RGB value is (221,247,223). Sum of RGB (Red+Green+Blue) = 221+247+223=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 247 (96.88% from 255 or 35.75% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7DF is #220820. Grayscale: #ECECEC. Windows color (decimal): -2230305 or 14677981. OLE color: 14677981.
HSL color Cylindrical-coordinate representation of color #DDF7DF: hue angle of 124.62º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF7DF is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 247 | 223 | - |
CMYK | 0.11 | 0 | 0.10 | 0.03 |
HSL | 124.62º | 0.62% | 0.92% | - |
HSV(B) | 124.62º | 0.11% | 0.97% | - |
XYZ | 76.4 | 87.22 | 82.62 | - |
YUV | 236.49 | 120.39 | 116.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 247 | 223 | 0.11 | 0 | 0.10 | 0.03 | 124.62 | 0.62 | 0.92 |
Hex | DD | F7 | DF | B | 0 | A | 3 | 7D | 3E | 5C |
Octal | 335 | 367 | 337 | 13 | 0 | 12 | 3 | 175 | 76 | 134 |
Binary | 11011101 | 11110111 | 11011111 | 1011 | 0 | 1010 | 11 | 1111101 | 111110 | 1011100 |
Color Harmonies of #DDF7DF
Complementary color
Monochromatic Colors of #DDF7DF
Black with #DDF7DF
Text Example
Text Example
White with #DDF7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7DF; }
p { color: rgb(221,247,223); }
H1.HeaderClassName
{
color: #DDF7DF;
}
.AnyTagClassName
{
color: #DDF7DF;
}
</style>
background-color css
<style>
a { background-color: #DDF7DF; }
a { background-color: rgb(221,247,223); }
div.DivClassName
{
background-color: #DDF7DF;
}
.BgClassName
{
background-color: #DDF7DF;
}
</style>
border-color css
<style>
span { border-color: #DDF7DF; }
span { border-color: rgb(221,247,223); }
td.TdClassName
{
border-color: #DDF7DF;
}
.TagClassName
{
border-color: #DDF7DF;
}
</style>