Shades of Frosted Mint #DDFFDF
Tints of Frosted Mint #DDFFDF
RGB
CMYK
RGB Variations
Color information
#DDFFDF (or 0xDDFFDF) is known color: Frosted Mint. HEX triplet: DD, FF and DF. RGB value is (221,255,223). Sum of RGB (Red+Green+Blue) = 221+255+223=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFDF is #220020. Grayscale: #F1F1F1. Windows color (decimal): -2228257 or 14680029. OLE color: 14680029.
HSL color Cylindrical-coordinate representation of color #DDFFDF: hue angle of 123.53º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFFDF is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 223 | - |
CMYK | 0.13 | 0 | 0.13 | 0 |
HSL | 123.53º | 1% | 0.93% | - |
HSV(B) | 123.53º | 0.13% | 1% | - |
XYZ | 78.9 | 92.22 | 83.45 | - |
YUV | 241.19 | 117.74 | 113.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 223 | 0.13 | 0 | 0.13 | 0 | 123.53 | 1 | 0.93 |
Hex | DD | FF | DF | D | 0 | D | 0 | 7C | 64 | 5D |
Octal | 335 | 377 | 337 | 15 | 0 | 15 | 0 | 174 | 144 | 135 |
Binary | 11011101 | 11111111 | 11011111 | 1101 | 0 | 1101 | 0 | 1111100 | 1100100 | 1011101 |
Color Harmonies of #DDFFDF
Complementary color
Monochromatic Colors of #DDFFDF
Black with #DDFFDF
Text Example
Text Example
White with #DDFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFDF; }
p { color: rgb(221,255,223); }
H1.HeaderClassName
{
color: #DDFFDF;
}
.AnyTagClassName
{
color: #DDFFDF;
}
</style>
background-color css
<style>
a { background-color: #DDFFDF; }
a { background-color: rgb(221,255,223); }
div.DivClassName
{
background-color: #DDFFDF;
}
.BgClassName
{
background-color: #DDFFDF;
}
</style>
border-color css
<style>
span { border-color: #DDFFDF; }
span { border-color: rgb(221,255,223); }
td.TdClassName
{
border-color: #DDFFDF;
}
.TagClassName
{
border-color: #DDFFDF;
}
</style>