Shades of Snowy Mint #DBFEC8
Tints of Snowy Mint #DBFEC8
RGB
CMYK
RGB Variations
Color information
#DBFEC8 (or 0xDBFEC8) is known color: Snowy Mint. HEX triplet: DB, FE and C8. RGB value is (219,254,200). Sum of RGB (Red+Green+Blue) = 219+254+200=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 200 (78.52% from 255 or 29.72% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEC8 is #240137. Grayscale: #EDEDED. Windows color (decimal): -2359608 or 13172443. OLE color: 13172443.
HSL color Cylindrical-coordinate representation of color #DBFEC8: hue angle of 98.89º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBFEC8 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 200 | - |
CMYK | 0.14 | 0 | 0.21 | 0.00 |
HSL | 98.89º | 0.96% | 0.89% | - |
HSV(B) | 98.89º | 0.21% | 1% | - |
XYZ | 75.08 | 90.11 | 68.08 | - |
YUV | 237.38 | 106.9 | 114.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 200 | 0.14 | 0 | 0.21 | 0.00 | 98.89 | 0.96 | 0.89 |
Hex | DB | FE | C8 | E | 0 | 15 | 0 | 63 | 60 | 59 |
Octal | 333 | 376 | 310 | 16 | 0 | 25 | 0 | 143 | 140 | 131 |
Binary | 11011011 | 11111110 | 11001000 | 1110 | 0 | 10101 | 0 | 1100011 | 1100000 | 1011001 |
Color Harmonies of #DBFEC8
Complementary color
Monochromatic Colors of #DBFEC8
Black with #DBFEC8
Text Example
Text Example
White with #DBFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEC8; }
p { color: rgb(219,254,200); }
H1.HeaderClassName
{
color: #DBFEC8;
}
.AnyTagClassName
{
color: #DBFEC8;
}
</style>
background-color css
<style>
a { background-color: #DBFEC8; }
a { background-color: rgb(219,254,200); }
div.DivClassName
{
background-color: #DBFEC8;
}
.BgClassName
{
background-color: #DBFEC8;
}
</style>
border-color css
<style>
span { border-color: #DBFEC8; }
span { border-color: rgb(219,254,200); }
td.TdClassName
{
border-color: #DBFEC8;
}
.TagClassName
{
border-color: #DBFEC8;
}
</style>