Shades of Frosted Mint #DDF5DF
Tints of Frosted Mint #DDF5DF
RGB
CMYK
RGB Variations
Color information
#DDF5DF (or 0xDDF5DF) is known color: Frosted Mint. HEX triplet: DD, F5 and DF. RGB value is (221,245,223). Sum of RGB (Red+Green+Blue) = 221+245+223=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5DF is #220A20. Grayscale: #EBEBEB. Windows color (decimal): -2230817 or 14677469. OLE color: 14677469.
HSL color Cylindrical-coordinate representation of color #DDF5DF: hue angle of 125º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF5DF is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 245 | 223 | - |
CMYK | 0.10 | 0 | 0.09 | 0.04 |
HSL | 125º | 0.55% | 0.91% | - |
HSV(B) | 125º | 0.1% | 0.96% | - |
XYZ | 75.79 | 86 | 82.42 | - |
YUV | 235.32 | 121.05 | 117.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 223 | 0.10 | 0 | 0.09 | 0.04 | 125 | 0.55 | 0.91 |
Hex | DD | F5 | DF | A | 0 | 9 | 4 | 7D | 37 | 5B |
Octal | 335 | 365 | 337 | 12 | 0 | 11 | 4 | 175 | 67 | 133 |
Binary | 11011101 | 11110101 | 11011111 | 1010 | 0 | 1001 | 100 | 1111101 | 110111 | 1011011 |
Color Harmonies of #DDF5DF
Complementary color
Monochromatic Colors of #DDF5DF
Black with #DDF5DF
Text Example
Text Example
White with #DDF5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5DF; }
p { color: rgb(221,245,223); }
H1.HeaderClassName
{
color: #DDF5DF;
}
.AnyTagClassName
{
color: #DDF5DF;
}
</style>
background-color css
<style>
a { background-color: #DDF5DF; }
a { background-color: rgb(221,245,223); }
div.DivClassName
{
background-color: #DDF5DF;
}
.BgClassName
{
background-color: #DDF5DF;
}
</style>
border-color css
<style>
span { border-color: #DDF5DF; }
span { border-color: rgb(221,245,223); }
td.TdClassName
{
border-color: #DDF5DF;
}
.TagClassName
{
border-color: #DDF5DF;
}
</style>