Shades of Frosted Mint #DEEDDF
Tints of Frosted Mint #DEEDDF
RGB
CMYK
RGB Variations
Color information
#DEEDDF (or 0xDEEDDF) is known color: Frosted Mint. HEX triplet: DE, ED and DF. RGB value is (222,237,223). Sum of RGB (Red+Green+Blue) = 222+237+223=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDDF is #211220. Grayscale: #E6E6E6. Windows color (decimal): -2167329 or 14675422. OLE color: 14675422.
HSL color Cylindrical-coordinate representation of color #DEEDDF: hue angle of 124º degrees, saturation: 0.29, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEEDDF is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 223 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.07 |
| HSL | 124º | 0.29% | 0.9% | - |
| HSV(B) | 124º | 0.06% | 0.93% | - |
| XYZ | 73.73 | 81.43 | 81.64 | - |
| YUV | 230.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 223 | 0.06 | 0 | 0.06 | 0.07 | 124 | 0.29 | 0.9 |
| Hex | DE | ED | DF | 6 | 0 | 6 | 7 | 7C | 1D | 5A |
| Octal | 336 | 355 | 337 | 6 | 0 | 6 | 7 | 174 | 35 | 132 |
| Binary | 11011110 | 11101101 | 11011111 | 110 | 0 | 110 | 111 | 1111100 | 11101 | 1011010 |
Color Harmonies of #DEEDDF
Complementary color
Monochromatic Colors of #DEEDDF
Black with #DEEDDF
Text Example
Text Example
White with #DEEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDDF; }
p { color: rgb(222,237,223); }
H1.HeaderClassName
{
color: #DEEDDF;
}
.AnyTagClassName
{
color: #DEEDDF;
}
</style>
background-color css
<style>
a { background-color: #DEEDDF; }
a { background-color: rgb(222,237,223); }
div.DivClassName
{
background-color: #DEEDDF;
}
.BgClassName
{
background-color: #DEEDDF;
}
</style>
border-color css
<style>
span { border-color: #DEEDDF; }
span { border-color: rgb(222,237,223); }
td.TdClassName
{
border-color: #DEEDDF;
}
.TagClassName
{
border-color: #DEEDDF;
}
</style>