Shades of Snowy Mint #DAEFD0
Tints of Snowy Mint #DAEFD0
RGB
CMYK
RGB Variations
Color information
#DAEFD0 (or 0xDAEFD0) is known color: Snowy Mint. HEX triplet: DA, EF and D0. RGB value is (218,239,208). Sum of RGB (Red+Green+Blue) = 218+239+208=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFD0 is #25102F. Grayscale: #E5E5E5. Windows color (decimal): -2428976 or 13692890. OLE color: 13692890.
HSL color Cylindrical-coordinate representation of color #DAEFD0: hue angle of 100.65º degrees, saturation: 0.49, 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 #DAEFD0 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 239 | 208 | - |
CMYK | 0.09 | 0 | 0.13 | 0.06 |
HSL | 100.65º | 0.49% | 0.88% | - |
HSV(B) | 100.65º | 0.13% | 0.94% | - |
XYZ | 71.17 | 81.19 | 71.6 | - |
YUV | 229.19 | 116.04 | 120.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 239 | 208 | 0.09 | 0 | 0.13 | 0.06 | 100.65 | 0.49 | 0.88 |
Hex | DA | EF | D0 | 9 | 0 | D | 6 | 65 | 31 | 58 |
Octal | 332 | 357 | 320 | 11 | 0 | 15 | 6 | 145 | 61 | 130 |
Binary | 11011010 | 11101111 | 11010000 | 1001 | 0 | 1101 | 110 | 1100101 | 110001 | 1011000 |
Color Harmonies of #DAEFD0
Complementary color
Monochromatic Colors of #DAEFD0
Black with #DAEFD0
Text Example
Text Example
White with #DAEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEFD0; }
p { color: rgb(218,239,208); }
H1.HeaderClassName
{
color: #DAEFD0;
}
.AnyTagClassName
{
color: #DAEFD0;
}
</style>
background-color css
<style>
a { background-color: #DAEFD0; }
a { background-color: rgb(218,239,208); }
div.DivClassName
{
background-color: #DAEFD0;
}
.BgClassName
{
background-color: #DAEFD0;
}
</style>
border-color css
<style>
span { border-color: #DAEFD0; }
span { border-color: rgb(218,239,208); }
td.TdClassName
{
border-color: #DAEFD0;
}
.TagClassName
{
border-color: #DAEFD0;
}
</style>