Shades of Snowy Mint #DAFDCE
Tints of Snowy Mint #DAFDCE
RGB
CMYK
RGB Variations
Color information
#DAFDCE (or 0xDAFDCE) is known color: Snowy Mint. HEX triplet: DA, FD and CE. RGB value is (218,253,206). Sum of RGB (Red+Green+Blue) = 218+253+206=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDCE is #250231. Grayscale: #EDEDED. Windows color (decimal): -2425394 or 13565402. OLE color: 13565402.
HSL color Cylindrical-coordinate representation of color #DAFDCE: hue angle of 104.68º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAFDCE is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 206 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.01 |
| HSL | 104.68º | 0.92% | 0.9% | - |
| HSV(B) | 104.68º | 0.19% | 0.99% | - |
| XYZ | 75.18 | 89.61 | 71.73 | - |
| YUV | 237.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 206 | 0.14 | 0 | 0.19 | 0.01 | 104.68 | 0.92 | 0.9 |
| Hex | DA | FD | CE | E | 0 | 13 | 1 | 69 | 5C | 5A |
| Octal | 332 | 375 | 316 | 16 | 0 | 23 | 1 | 151 | 134 | 132 |
| Binary | 11011010 | 11111101 | 11001110 | 1110 | 0 | 10011 | 1 | 1101001 | 1011100 | 1011010 |
Color Harmonies of #DAFDCE
Complementary color
Monochromatic Colors of #DAFDCE
Black with #DAFDCE
Text Example
Text Example
White with #DAFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDCE; }
p { color: rgb(218,253,206); }
H1.HeaderClassName
{
color: #DAFDCE;
}
.AnyTagClassName
{
color: #DAFDCE;
}
</style>
background-color css
<style>
a { background-color: #DAFDCE; }
a { background-color: rgb(218,253,206); }
div.DivClassName
{
background-color: #DAFDCE;
}
.BgClassName
{
background-color: #DAFDCE;
}
</style>
border-color css
<style>
span { border-color: #DAFDCE; }
span { border-color: rgb(218,253,206); }
td.TdClassName
{
border-color: #DAFDCE;
}
.TagClassName
{
border-color: #DAFDCE;
}
</style>