Shades of Snowy Mint #DAFACD
Tints of Snowy Mint #DAFACD
RGB
CMYK
RGB Variations
Color information
#DAFACD (or 0xDAFACD) is known color: Snowy Mint. HEX triplet: DA, FA and CD. RGB value is (218,250,205). Sum of RGB (Red+Green+Blue) = 218+250+205=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFACD is #250532. Grayscale: #EBEBEB. Windows color (decimal): -2426163 or 13499098. OLE color: 13499098.
HSL color Cylindrical-coordinate representation of color #DAFACD: hue angle of 102.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAFACD is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 250 | 205 | - |
CMYK | 0.13 | 0 | 0.18 | 0.02 |
HSL | 102.67º | 0.82% | 0.89% | - |
HSV(B) | 102.67º | 0.18% | 0.98% | - |
XYZ | 74.12 | 87.68 | 70.78 | - |
YUV | 235.3 | 110.9 | 115.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 250 | 205 | 0.13 | 0 | 0.18 | 0.02 | 102.67 | 0.82 | 0.89 |
Hex | DA | FA | CD | D | 0 | 12 | 2 | 67 | 52 | 59 |
Octal | 332 | 372 | 315 | 15 | 0 | 22 | 2 | 147 | 122 | 131 |
Binary | 11011010 | 11111010 | 11001101 | 1101 | 0 | 10010 | 10 | 1100111 | 1010010 | 1011001 |
Color Harmonies of #DAFACD
Complementary color
Monochromatic Colors of #DAFACD
Black with #DAFACD
Text Example
Text Example
White with #DAFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFACD; }
p { color: rgb(218,250,205); }
H1.HeaderClassName
{
color: #DAFACD;
}
.AnyTagClassName
{
color: #DAFACD;
}
</style>
background-color css
<style>
a { background-color: #DAFACD; }
a { background-color: rgb(218,250,205); }
div.DivClassName
{
background-color: #DAFACD;
}
.BgClassName
{
background-color: #DAFACD;
}
</style>
border-color css
<style>
span { border-color: #DAFACD; }
span { border-color: rgb(218,250,205); }
td.TdClassName
{
border-color: #DAFACD;
}
.TagClassName
{
border-color: #DAFACD;
}
</style>