Shades of Snowy Mint #DAFEC9
Tints of Snowy Mint #DAFEC9
RGB
CMYK
RGB Variations
Color information
#DAFEC9 (or 0xDAFEC9) is known color: Snowy Mint. HEX triplet: DA, FE and C9. RGB value is (218,254,201). Sum of RGB (Red+Green+Blue) = 218+254+201=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 201 (78.91% from 255 or 29.87% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEC9 is #250136. Grayscale: #EDEDED. Windows color (decimal): -2425143 or 13237978. OLE color: 13237978.
HSL color Cylindrical-coordinate representation of color #DAFEC9: hue angle of 100.75º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAFEC9 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 201 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.00 |
| HSL | 100.75º | 0.96% | 0.89% | - |
| HSV(B) | 100.75º | 0.21% | 1% | - |
| XYZ | 74.9 | 90.01 | 68.68 | - |
| YUV | 237.19 | 107.57 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 201 | 0.14 | 0 | 0.21 | 0.00 | 100.75 | 0.96 | 0.89 |
| Hex | DA | FE | C9 | E | 0 | 15 | 0 | 65 | 60 | 59 |
| Octal | 332 | 376 | 311 | 16 | 0 | 25 | 0 | 145 | 140 | 131 |
| Binary | 11011010 | 11111110 | 11001001 | 1110 | 0 | 10101 | 0 | 1100101 | 1100000 | 1011001 |
Color Harmonies of #DAFEC9
Complementary color
Monochromatic Colors of #DAFEC9
Black with #DAFEC9
Text Example
Text Example
White with #DAFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEC9; }
p { color: rgb(218,254,201); }
H1.HeaderClassName
{
color: #DAFEC9;
}
.AnyTagClassName
{
color: #DAFEC9;
}
</style>
background-color css
<style>
a { background-color: #DAFEC9; }
a { background-color: rgb(218,254,201); }
div.DivClassName
{
background-color: #DAFEC9;
}
.BgClassName
{
background-color: #DAFEC9;
}
</style>
border-color css
<style>
span { border-color: #DAFEC9; }
span { border-color: rgb(218,254,201); }
td.TdClassName
{
border-color: #DAFEC9;
}
.TagClassName
{
border-color: #DAFEC9;
}
</style>