Shades of Snowy Mint #DAFECB
Tints of Snowy Mint #DAFECB
RGB
CMYK
RGB Variations
Color information
#DAFECB (or 0xDAFECB) is known color: Snowy Mint. HEX triplet: DA, FE and CB. RGB value is (218,254,203). Sum of RGB (Red+Green+Blue) = 218+254+203=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFECB is #250134. Grayscale: #EDEDED. Windows color (decimal): -2425141 or 13369050. OLE color: 13369050.
HSL color Cylindrical-coordinate representation of color #DAFECB: hue angle of 102.35º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAFECB is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 203 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.00 |
| HSL | 102.35º | 0.96% | 0.9% | - |
| HSV(B) | 102.35º | 0.2% | 1% | - |
| XYZ | 75.13 | 90.1 | 69.93 | - |
| YUV | 237.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 203 | 0.14 | 0 | 0.20 | 0.00 | 102.35 | 0.96 | 0.9 |
| Hex | DA | FE | CB | E | 0 | 14 | 0 | 66 | 60 | 5A |
| Octal | 332 | 376 | 313 | 16 | 0 | 24 | 0 | 146 | 140 | 132 |
| Binary | 11011010 | 11111110 | 11001011 | 1110 | 0 | 10100 | 0 | 1100110 | 1100000 | 1011010 |
Color Harmonies of #DAFECB
Complementary color
Monochromatic Colors of #DAFECB
Black with #DAFECB
Text Example
Text Example
White with #DAFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFECB; }
p { color: rgb(218,254,203); }
H1.HeaderClassName
{
color: #DAFECB;
}
.AnyTagClassName
{
color: #DAFECB;
}
</style>
background-color css
<style>
a { background-color: #DAFECB; }
a { background-color: rgb(218,254,203); }
div.DivClassName
{
background-color: #DAFECB;
}
.BgClassName
{
background-color: #DAFECB;
}
</style>
border-color css
<style>
span { border-color: #DAFECB; }
span { border-color: rgb(218,254,203); }
td.TdClassName
{
border-color: #DAFECB;
}
.TagClassName
{
border-color: #DAFECB;
}
</style>