Shades of Snowy Mint #DAFFCD
Tints of Snowy Mint #DAFFCD
RGB
CMYK
RGB Variations
Color information
#DAFFCD (or 0xDAFFCD) is known color: Snowy Mint. HEX triplet: DA, FF and CD. RGB value is (218,255,205). Sum of RGB (Red+Green+Blue) = 218+255+205=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFCD is #250032. Grayscale: #EEEEEE. Windows color (decimal): -2424883 or 13500378. OLE color: 13500378.
HSL color Cylindrical-coordinate representation of color #DAFFCD: hue angle of 104.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAFFCD is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 218 | 255 | 205 | - |
CMYK | 0.15 | 0 | 0.20 | 0 |
HSL | 104.4º | 1% | 0.9% | - |
HSV(B) | 104.4º | 0.2% | 1% | - |
XYZ | 75.69 | 90.83 | 71.3 | - |
YUV | 238.24 | 109.24 | 113.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 255 | 205 | 0.15 | 0 | 0.20 | 0 | 104.4 | 1 | 0.9 |
Hex | DA | FF | CD | F | 0 | 14 | 0 | 68 | 64 | 5A |
Octal | 332 | 377 | 315 | 17 | 0 | 24 | 0 | 150 | 144 | 132 |
Binary | 11011010 | 11111111 | 11001101 | 1111 | 0 | 10100 | 0 | 1101000 | 1100100 | 1011010 |
Color Harmonies of #DAFFCD
Complementary color
Monochromatic Colors of #DAFFCD
Black with #DAFFCD
Text Example
Text Example
White with #DAFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFCD; }
p { color: rgb(218,255,205); }
H1.HeaderClassName
{
color: #DAFFCD;
}
.AnyTagClassName
{
color: #DAFFCD;
}
</style>
background-color css
<style>
a { background-color: #DAFFCD; }
a { background-color: rgb(218,255,205); }
div.DivClassName
{
background-color: #DAFFCD;
}
.BgClassName
{
background-color: #DAFFCD;
}
</style>
border-color css
<style>
span { border-color: #DAFFCD; }
span { border-color: rgb(218,255,205); }
td.TdClassName
{
border-color: #DAFFCD;
}
.TagClassName
{
border-color: #DAFFCD;
}
</style>