Shades of Frosted Mint #DEEFDF
Tints of Frosted Mint #DEEFDF
RGB
CMYK
RGB Variations
Color information
#DEEFDF (or 0xDEEFDF) is known color: Frosted Mint. HEX triplet: DE, EF and DF. RGB value is (222,239,223). Sum of RGB (Red+Green+Blue) = 222+239+223=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFDF is #211020. Grayscale: #E8E8E8. Windows color (decimal): -2166817 or 14675934. OLE color: 14675934.
HSL color Cylindrical-coordinate representation of color #DEEFDF: hue angle of 123.53º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEFDF is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 239 | 223 | - |
CMYK | 0.07 | 0 | 0.07 | 0.06 |
HSL | 123.53º | 0.35% | 0.9% | - |
HSV(B) | 123.53º | 0.07% | 0.94% | - |
XYZ | 74.31 | 82.59 | 81.84 | - |
YUV | 232.09 | 122.87 | 120.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 239 | 223 | 0.07 | 0 | 0.07 | 0.06 | 123.53 | 0.35 | 0.9 |
Hex | DE | EF | DF | 7 | 0 | 7 | 6 | 7C | 23 | 5A |
Octal | 336 | 357 | 337 | 7 | 0 | 7 | 6 | 174 | 43 | 132 |
Binary | 11011110 | 11101111 | 11011111 | 111 | 0 | 111 | 110 | 1111100 | 100011 | 1011010 |
Color Harmonies of #DEEFDF
Complementary color
Monochromatic Colors of #DEEFDF
Black with #DEEFDF
Text Example
Text Example
White with #DEEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFDF; }
p { color: rgb(222,239,223); }
H1.HeaderClassName
{
color: #DEEFDF;
}
.AnyTagClassName
{
color: #DEEFDF;
}
</style>
background-color css
<style>
a { background-color: #DEEFDF; }
a { background-color: rgb(222,239,223); }
div.DivClassName
{
background-color: #DEEFDF;
}
.BgClassName
{
background-color: #DEEFDF;
}
</style>
border-color css
<style>
span { border-color: #DEEFDF; }
span { border-color: rgb(222,239,223); }
td.TdClassName
{
border-color: #DEEFDF;
}
.TagClassName
{
border-color: #DEEFDF;
}
</style>