Shades of Frosted Mint #DDFBE1
Tints of Frosted Mint #DDFBE1
RGB
CMYK
RGB Variations
Color information
#DDFBE1 (or 0xDDFBE1) is known color: Frosted Mint. HEX triplet: DD, FB and E1. RGB value is (221,251,225). Sum of RGB (Red+Green+Blue) = 221+251+225=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 225 (88.28% from 255 or 32.28% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBE1 is #22041E. Grayscale: #EFEFEF. Windows color (decimal): -2229279 or 14810077. OLE color: 14810077.
HSL color Cylindrical-coordinate representation of color #DDFBE1: hue angle of 128º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFBE1 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 225 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.02 |
| HSL | 128º | 0.79% | 0.93% | - |
| HSV(B) | 128º | 0.12% | 0.98% | - |
| XYZ | 77.91 | 89.8 | 84.46 | - |
| YUV | 239.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 225 | 0.12 | 0 | 0.10 | 0.02 | 128 | 0.79 | 0.93 |
| Hex | DD | FB | E1 | C | 0 | A | 2 | 80 | 4F | 5D |
| Octal | 335 | 373 | 341 | 14 | 0 | 12 | 2 | 200 | 117 | 135 |
| Binary | 11011101 | 11111011 | 11100001 | 1100 | 0 | 1010 | 10 | 10000000 | 1001111 | 1011101 |
Color Harmonies of #DDFBE1
Complementary color
Monochromatic Colors of #DDFBE1
Black with #DDFBE1
Text Example
Text Example
White with #DDFBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBE1; }
p { color: rgb(221,251,225); }
H1.HeaderClassName
{
color: #DDFBE1;
}
.AnyTagClassName
{
color: #DDFBE1;
}
</style>
background-color css
<style>
a { background-color: #DDFBE1; }
a { background-color: rgb(221,251,225); }
div.DivClassName
{
background-color: #DDFBE1;
}
.BgClassName
{
background-color: #DDFBE1;
}
</style>
border-color css
<style>
span { border-color: #DDFBE1; }
span { border-color: rgb(221,251,225); }
td.TdClassName
{
border-color: #DDFBE1;
}
.TagClassName
{
border-color: #DDFBE1;
}
</style>