Shades of Frosted Mint #DAFBDD
Tints of Frosted Mint #DAFBDD
RGB
CMYK
RGB Variations
Color information
#DAFBDD (or 0xDAFBDD) is known color: Frosted Mint. HEX triplet: DA, FB and DD. RGB value is (218,251,221). Sum of RGB (Red+Green+Blue) = 218+251+221=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBDD is #250422. Grayscale: #EDEDED. Windows color (decimal): -2425891 or 14547930. OLE color: 14547930.
HSL color Cylindrical-coordinate representation of color #DAFBDD: hue angle of 125.45º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFBDD is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 221 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.02 |
| HSL | 125.45º | 0.8% | 0.92% | - |
| HSV(B) | 125.45º | 0.13% | 0.98% | - |
| XYZ | 76.46 | 89.12 | 81.58 | - |
| YUV | 237.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 221 | 0.13 | 0 | 0.12 | 0.02 | 125.45 | 0.8 | 0.92 |
| Hex | DA | FB | DD | D | 0 | C | 2 | 7D | 50 | 5C |
| Octal | 332 | 373 | 335 | 15 | 0 | 14 | 2 | 175 | 120 | 134 |
| Binary | 11011010 | 11111011 | 11011101 | 1101 | 0 | 1100 | 10 | 1111101 | 1010000 | 1011100 |
Color Harmonies of #DAFBDD
Complementary color
Monochromatic Colors of #DAFBDD
Black with #DAFBDD
Text Example
Text Example
White with #DAFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFBDD; }
p { color: rgb(218,251,221); }
H1.HeaderClassName
{
color: #DAFBDD;
}
.AnyTagClassName
{
color: #DAFBDD;
}
</style>
background-color css
<style>
a { background-color: #DAFBDD; }
a { background-color: rgb(218,251,221); }
div.DivClassName
{
background-color: #DAFBDD;
}
.BgClassName
{
background-color: #DAFBDD;
}
</style>
border-color css
<style>
span { border-color: #DAFBDD; }
span { border-color: rgb(218,251,221); }
td.TdClassName
{
border-color: #DAFBDD;
}
.TagClassName
{
border-color: #DAFBDD;
}
</style>