Shades of Frosted Mint #DAFFDD
Tints of Frosted Mint #DAFFDD
RGB
CMYK
RGB Variations
Color information
#DAFFDD (or 0xDAFFDD) is known color: Frosted Mint. HEX triplet: DA, FF and DD. RGB value is (218,255,221). Sum of RGB (Red+Green+Blue) = 218+255+221=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFDD is #250022. Grayscale: #F0F0F0. Windows color (decimal): -2424867 or 14548954. OLE color: 14548954.
HSL color Cylindrical-coordinate representation of color #DAFFDD: hue angle of 124.86º 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 #DAFFDD is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 221 | - |
| CMYK | 0.15 | 0 | 0.13 | 0 |
| HSL | 124.86º | 1% | 0.93% | - |
| HSV(B) | 124.86º | 0.15% | 1% | - |
| XYZ | 77.72 | 91.65 | 82 | - |
| YUV | 240.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 221 | 0.15 | 0 | 0.13 | 0 | 124.86 | 1 | 0.93 |
| Hex | DA | FF | DD | F | 0 | D | 0 | 7D | 64 | 5D |
| Octal | 332 | 377 | 335 | 17 | 0 | 15 | 0 | 175 | 144 | 135 |
| Binary | 11011010 | 11111111 | 11011101 | 1111 | 0 | 1101 | 0 | 1111101 | 1100100 | 1011101 |
Color Harmonies of #DAFFDD
Complementary color
Monochromatic Colors of #DAFFDD
Black with #DAFFDD
Text Example
Text Example
White with #DAFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFDD; }
p { color: rgb(218,255,221); }
H1.HeaderClassName
{
color: #DAFFDD;
}
.AnyTagClassName
{
color: #DAFFDD;
}
</style>
background-color css
<style>
a { background-color: #DAFFDD; }
a { background-color: rgb(218,255,221); }
div.DivClassName
{
background-color: #DAFFDD;
}
.BgClassName
{
background-color: #DAFFDD;
}
</style>
border-color css
<style>
span { border-color: #DAFFDD; }
span { border-color: rgb(218,255,221); }
td.TdClassName
{
border-color: #DAFFDD;
}
.TagClassName
{
border-color: #DAFFDD;
}
</style>