Shades of Snowy Mint #DAEFD1
Tints of Snowy Mint #DAEFD1
RGB
CMYK
RGB Variations
Color information
#DAEFD1 (or 0xDAEFD1) is known color: Snowy Mint. HEX triplet: DA, EF and D1. RGB value is (218,239,209). Sum of RGB (Red+Green+Blue) = 218+239+209=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFD1 is #25102E. Grayscale: #E5E5E5. Windows color (decimal): -2428975 or 13758426. OLE color: 13758426.
HSL color Cylindrical-coordinate representation of color #DAEFD1: hue angle of 102º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAEFD1 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 239 | 209 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.06 |
| HSL | 102º | 0.48% | 0.88% | - |
| HSV(B) | 102º | 0.13% | 0.94% | - |
| XYZ | 71.29 | 81.24 | 72.25 | - |
| YUV | 229.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 239 | 209 | 0.09 | 0 | 0.13 | 0.06 | 102 | 0.48 | 0.88 |
| Hex | DA | EF | D1 | 9 | 0 | D | 6 | 66 | 30 | 58 |
| Octal | 332 | 357 | 321 | 11 | 0 | 15 | 6 | 146 | 60 | 130 |
| Binary | 11011010 | 11101111 | 11010001 | 1001 | 0 | 1101 | 110 | 1100110 | 110000 | 1011000 |
Color Harmonies of #DAEFD1
Complementary color
Monochromatic Colors of #DAEFD1
Black with #DAEFD1
Text Example
Text Example
White with #DAEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEFD1; }
p { color: rgb(218,239,209); }
H1.HeaderClassName
{
color: #DAEFD1;
}
.AnyTagClassName
{
color: #DAEFD1;
}
</style>
background-color css
<style>
a { background-color: #DAEFD1; }
a { background-color: rgb(218,239,209); }
div.DivClassName
{
background-color: #DAEFD1;
}
.BgClassName
{
background-color: #DAEFD1;
}
</style>
border-color css
<style>
span { border-color: #DAEFD1; }
span { border-color: rgb(218,239,209); }
td.TdClassName
{
border-color: #DAEFD1;
}
.TagClassName
{
border-color: #DAEFD1;
}
</style>