Shades of Frosted Mint #DDF2DF
Tints of Frosted Mint #DDF2DF
RGB
CMYK
RGB Variations
Color information
#DDF2DF (or 0xDDF2DF) is known color: Frosted Mint. HEX triplet: DD, F2 and DF. RGB value is (221,242,223). Sum of RGB (Red+Green+Blue) = 221+242+223=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2DF is #220D20. Grayscale: #E9E9E9. Windows color (decimal): -2231585 or 14676701. OLE color: 14676701.
HSL color Cylindrical-coordinate representation of color #DDF2DF: hue angle of 125.71º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF2DF is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 242 | 223 | - |
CMYK | 0.09 | 0 | 0.08 | 0.05 |
HSL | 125.71º | 0.45% | 0.91% | - |
HSV(B) | 125.71º | 0.09% | 0.95% | - |
XYZ | 74.89 | 84.2 | 82.12 | - |
YUV | 233.56 | 122.04 | 119.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 242 | 223 | 0.09 | 0 | 0.08 | 0.05 | 125.71 | 0.45 | 0.91 |
Hex | DD | F2 | DF | 9 | 0 | 8 | 5 | 7E | 2D | 5B |
Octal | 335 | 362 | 337 | 11 | 0 | 10 | 5 | 176 | 55 | 133 |
Binary | 11011101 | 11110010 | 11011111 | 1001 | 0 | 1000 | 101 | 1111110 | 101101 | 1011011 |
Color Harmonies of #DDF2DF
Complementary color
Monochromatic Colors of #DDF2DF
Black with #DDF2DF
Text Example
Text Example
White with #DDF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2DF; }
p { color: rgb(221,242,223); }
H1.HeaderClassName
{
color: #DDF2DF;
}
.AnyTagClassName
{
color: #DDF2DF;
}
</style>
background-color css
<style>
a { background-color: #DDF2DF; }
a { background-color: rgb(221,242,223); }
div.DivClassName
{
background-color: #DDF2DF;
}
.BgClassName
{
background-color: #DDF2DF;
}
</style>
border-color css
<style>
span { border-color: #DDF2DF; }
span { border-color: rgb(221,242,223); }
td.TdClassName
{
border-color: #DDF2DF;
}
.TagClassName
{
border-color: #DDF2DF;
}
</style>