Shades of Snowy Mint #DAFBCD
Tints of Snowy Mint #DAFBCD
RGB
CMYK
RGB Variations
Color information
#DAFBCD (or 0xDAFBCD) is known color: Snowy Mint. HEX triplet: DA, FB and CD. RGB value is (218,251,205). Sum of RGB (Red+Green+Blue) = 218+251+205=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBCD is #250432. Grayscale: #ECECEC. Windows color (decimal): -2425907 or 13499354. OLE color: 13499354.
HSL color Cylindrical-coordinate representation of color #DAFBCD: hue angle of 103.04º degrees, saturation: 0.85, 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 #DAFBCD is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 251 | 205 | - |
CMYK | 0.13 | 0 | 0.18 | 0.02 |
HSL | 103.04º | 0.85% | 0.89% | - |
HSV(B) | 103.04º | 0.18% | 0.98% | - |
XYZ | 74.43 | 88.31 | 70.88 | - |
YUV | 235.89 | 110.57 | 115.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 251 | 205 | 0.13 | 0 | 0.18 | 0.02 | 103.04 | 0.85 | 0.89 |
Hex | DA | FB | CD | D | 0 | 12 | 2 | 67 | 55 | 59 |
Octal | 332 | 373 | 315 | 15 | 0 | 22 | 2 | 147 | 125 | 131 |
Binary | 11011010 | 11111011 | 11001101 | 1101 | 0 | 10010 | 10 | 1100111 | 1010101 | 1011001 |
Color Harmonies of #DAFBCD
Complementary color
Monochromatic Colors of #DAFBCD
Black with #DAFBCD
Text Example
Text Example
White with #DAFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFBCD; }
p { color: rgb(218,251,205); }
H1.HeaderClassName
{
color: #DAFBCD;
}
.AnyTagClassName
{
color: #DAFBCD;
}
</style>
background-color css
<style>
a { background-color: #DAFBCD; }
a { background-color: rgb(218,251,205); }
div.DivClassName
{
background-color: #DAFBCD;
}
.BgClassName
{
background-color: #DAFBCD;
}
</style>
border-color css
<style>
span { border-color: #DAFBCD; }
span { border-color: rgb(218,251,205); }
td.TdClassName
{
border-color: #DAFBCD;
}
.TagClassName
{
border-color: #DAFBCD;
}
</style>