Shades of Snowy Mint #DAF0CE
Tints of Snowy Mint #DAF0CE
RGB
CMYK
RGB Variations
Color information
#DAF0CE (or 0xDAF0CE) is known color: Snowy Mint. HEX triplet: DA, F0 and CE. RGB value is (218,240,206). Sum of RGB (Red+Green+Blue) = 218+240+206=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0CE is #250F31. Grayscale: #E5E5E5. Windows color (decimal): -2428722 or 13562074. OLE color: 13562074.
HSL color Cylindrical-coordinate representation of color #DAF0CE: hue angle of 98.82º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAF0CE is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 206 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.06 |
| HSL | 98.82º | 0.53% | 0.87% | - |
| HSV(B) | 98.82º | 0.14% | 0.94% | - |
| XYZ | 71.21 | 81.68 | 70.41 | - |
| YUV | 229.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 206 | 0.09 | 0 | 0.14 | 0.06 | 98.82 | 0.53 | 0.87 |
| Hex | DA | F0 | CE | 9 | 0 | E | 6 | 63 | 35 | 57 |
| Octal | 332 | 360 | 316 | 11 | 0 | 16 | 6 | 143 | 65 | 127 |
| Binary | 11011010 | 11110000 | 11001110 | 1001 | 0 | 1110 | 110 | 1100011 | 110101 | 1010111 |
Color Harmonies of #DAF0CE
Complementary color
Monochromatic Colors of #DAF0CE
Black with #DAF0CE
Text Example
Text Example
White with #DAF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF0CE; }
p { color: rgb(218,240,206); }
H1.HeaderClassName
{
color: #DAF0CE;
}
.AnyTagClassName
{
color: #DAF0CE;
}
</style>
background-color css
<style>
a { background-color: #DAF0CE; }
a { background-color: rgb(218,240,206); }
div.DivClassName
{
background-color: #DAF0CE;
}
.BgClassName
{
background-color: #DAF0CE;
}
</style>
border-color css
<style>
span { border-color: #DAF0CE; }
span { border-color: rgb(218,240,206); }
td.TdClassName
{
border-color: #DAF0CE;
}
.TagClassName
{
border-color: #DAF0CE;
}
</style>