Shades of Frosted Mint #DAFFDE
Tints of Frosted Mint #DAFFDE
RGB
CMYK
RGB Variations
Color information
#DAFFDE (or 0xDAFFDE) is known color: Frosted Mint. HEX triplet: DA, FF and DE. RGB value is (218,255,222). Sum of RGB (Red+Green+Blue) = 218+255+222=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFDE is #250021. Grayscale: #F0F0F0. Windows color (decimal): -2424866 or 14614490. OLE color: 14614490.
HSL color Cylindrical-coordinate representation of color #DAFFDE: hue angle of 126.49º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFFDE is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 222 | - |
| CMYK | 0.15 | 0 | 0.13 | 0 |
| HSL | 126.49º | 1% | 0.93% | - |
| HSV(B) | 126.49º | 0.15% | 1% | - |
| XYZ | 77.86 | 91.7 | 82.7 | - |
| YUV | 240.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 222 | 0.15 | 0 | 0.13 | 0 | 126.49 | 1 | 0.93 |
| Hex | DA | FF | DE | F | 0 | D | 0 | 7E | 64 | 5D |
| Octal | 332 | 377 | 336 | 17 | 0 | 15 | 0 | 176 | 144 | 135 |
| Binary | 11011010 | 11111111 | 11011110 | 1111 | 0 | 1101 | 0 | 1111110 | 1100100 | 1011101 |
Color Harmonies of #DAFFDE
Complementary color
Monochromatic Colors of #DAFFDE
Black with #DAFFDE
Text Example
Text Example
White with #DAFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFDE; }
p { color: rgb(218,255,222); }
H1.HeaderClassName
{
color: #DAFFDE;
}
.AnyTagClassName
{
color: #DAFFDE;
}
</style>
background-color css
<style>
a { background-color: #DAFFDE; }
a { background-color: rgb(218,255,222); }
div.DivClassName
{
background-color: #DAFFDE;
}
.BgClassName
{
background-color: #DAFFDE;
}
</style>
border-color css
<style>
span { border-color: #DAFFDE; }
span { border-color: rgb(218,255,222); }
td.TdClassName
{
border-color: #DAFFDE;
}
.TagClassName
{
border-color: #DAFFDE;
}
</style>