Shades of Snowy Mint #DAFFCA
Tints of Snowy Mint #DAFFCA
RGB
CMYK
RGB Variations
Color information
#DAFFCA (or 0xDAFFCA) is known color: Snowy Mint. HEX triplet: DA, FF and CA. RGB value is (218,255,202). Sum of RGB (Red+Green+Blue) = 218+255+202=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 202 (79.30% from 255 or 29.93% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFCA is #250035. Grayscale: #EEEEEE. Windows color (decimal): -2424886 or 13303770. OLE color: 13303770.
HSL color Cylindrical-coordinate representation of color #DAFFCA: hue angle of 101.89º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAFFCA is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 218 | 255 | 202 | - |
CMYK | 0.15 | 0 | 0.21 | 0 |
HSL | 101.89º | 1% | 0.9% | - |
HSV(B) | 101.89º | 0.21% | 1% | - |
XYZ | 75.33 | 90.69 | 69.41 | - |
YUV | 237.9 | 107.74 | 113.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 255 | 202 | 0.15 | 0 | 0.21 | 0 | 101.89 | 1 | 0.9 |
Hex | DA | FF | CA | F | 0 | 15 | 0 | 66 | 64 | 5A |
Octal | 332 | 377 | 312 | 17 | 0 | 25 | 0 | 146 | 144 | 132 |
Binary | 11011010 | 11111111 | 11001010 | 1111 | 0 | 10101 | 0 | 1100110 | 1100100 | 1011010 |
Color Harmonies of #DAFFCA
Complementary color
Monochromatic Colors of #DAFFCA
Black with #DAFFCA
Text Example
Text Example
White with #DAFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFCA; }
p { color: rgb(218,255,202); }
H1.HeaderClassName
{
color: #DAFFCA;
}
.AnyTagClassName
{
color: #DAFFCA;
}
</style>
background-color css
<style>
a { background-color: #DAFFCA; }
a { background-color: rgb(218,255,202); }
div.DivClassName
{
background-color: #DAFFCA;
}
.BgClassName
{
background-color: #DAFFCA;
}
</style>
border-color css
<style>
span { border-color: #DAFFCA; }
span { border-color: rgb(218,255,202); }
td.TdClassName
{
border-color: #DAFFCA;
}
.TagClassName
{
border-color: #DAFFCA;
}
</style>