Shades of Frosted Mint #DEEEDF
Tints of Frosted Mint #DEEEDF
RGB
CMYK
RGB Variations
Color information
#DEEEDF (or 0xDEEEDF) is known color: Frosted Mint. HEX triplet: DE, EE and DF. RGB value is (222,238,223). Sum of RGB (Red+Green+Blue) = 222+238+223=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEDF is #211120. Grayscale: #E7E7E7. Windows color (decimal): -2167073 or 14675678. OLE color: 14675678.
HSL color Cylindrical-coordinate representation of color #DEEEDF: hue angle of 123.75º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEEDF is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 238 | 223 | - |
CMYK | 0.07 | 0 | 0.06 | 0.07 |
HSL | 123.75º | 0.32% | 0.9% | - |
HSV(B) | 123.75º | 0.07% | 0.93% | - |
XYZ | 74.02 | 82.01 | 81.74 | - |
YUV | 231.51 | 123.2 | 121.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 238 | 223 | 0.07 | 0 | 0.06 | 0.07 | 123.75 | 0.32 | 0.9 |
Hex | DE | EE | DF | 7 | 0 | 6 | 7 | 7C | 20 | 5A |
Octal | 336 | 356 | 337 | 7 | 0 | 6 | 7 | 174 | 40 | 132 |
Binary | 11011110 | 11101110 | 11011111 | 111 | 0 | 110 | 111 | 1111100 | 100000 | 1011010 |
Color Harmonies of #DEEEDF
Complementary color
Monochromatic Colors of #DEEEDF
Black with #DEEEDF
Text Example
Text Example
White with #DEEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEDF; }
p { color: rgb(222,238,223); }
H1.HeaderClassName
{
color: #DEEEDF;
}
.AnyTagClassName
{
color: #DEEEDF;
}
</style>
background-color css
<style>
a { background-color: #DEEEDF; }
a { background-color: rgb(222,238,223); }
div.DivClassName
{
background-color: #DEEEDF;
}
.BgClassName
{
background-color: #DEEEDF;
}
</style>
border-color css
<style>
span { border-color: #DEEEDF; }
span { border-color: rgb(222,238,223); }
td.TdClassName
{
border-color: #DEEEDF;
}
.TagClassName
{
border-color: #DEEEDF;
}
</style>