Shades of Snowy Mint #DBFECE
Tints of Snowy Mint #DBFECE
RGB
CMYK
RGB Variations
Color information
#DBFECE (or 0xDBFECE) is known color: Snowy Mint. HEX triplet: DB, FE and CE. RGB value is (219,254,206). Sum of RGB (Red+Green+Blue) = 219+254+206=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFECE is #240131. Grayscale: #EEEEEE. Windows color (decimal): -2359602 or 13565659. OLE color: 13565659.
HSL color Cylindrical-coordinate representation of color #DBFECE: hue angle of 103.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBFECE is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 206 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.00 |
| HSL | 103.75º | 0.96% | 0.9% | - |
| HSV(B) | 103.75º | 0.19% | 1% | - |
| XYZ | 75.8 | 90.4 | 71.85 | - |
| YUV | 238.06 | 109.9 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 206 | 0.14 | 0 | 0.19 | 0.00 | 103.75 | 0.96 | 0.9 |
| Hex | DB | FE | CE | E | 0 | 13 | 0 | 68 | 60 | 5A |
| Octal | 333 | 376 | 316 | 16 | 0 | 23 | 0 | 150 | 140 | 132 |
| Binary | 11011011 | 11111110 | 11001110 | 1110 | 0 | 10011 | 0 | 1101000 | 1100000 | 1011010 |
Color Harmonies of #DBFECE
Complementary color
Monochromatic Colors of #DBFECE
Black with #DBFECE
Text Example
Text Example
White with #DBFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFECE; }
p { color: rgb(219,254,206); }
H1.HeaderClassName
{
color: #DBFECE;
}
.AnyTagClassName
{
color: #DBFECE;
}
</style>
background-color css
<style>
a { background-color: #DBFECE; }
a { background-color: rgb(219,254,206); }
div.DivClassName
{
background-color: #DBFECE;
}
.BgClassName
{
background-color: #DBFECE;
}
</style>
border-color css
<style>
span { border-color: #DBFECE; }
span { border-color: rgb(219,254,206); }
td.TdClassName
{
border-color: #DBFECE;
}
.TagClassName
{
border-color: #DBFECE;
}
</style>