Shades of Snowy Mint #DBFECB
Tints of Snowy Mint #DBFECB
RGB
CMYK
RGB Variations
Color information
#DBFECB (or 0xDBFECB) is known color: Snowy Mint. HEX triplet: DB, FE and CB. RGB value is (219,254,203). Sum of RGB (Red+Green+Blue) = 219+254+203=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFECB is #240134. Grayscale: #EDEDED. Windows color (decimal): -2359605 or 13369051. OLE color: 13369051.
HSL color Cylindrical-coordinate representation of color #DBFECB: hue angle of 101.18º 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 #DBFECB is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 203 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.00 |
| HSL | 101.18º | 0.96% | 0.9% | - |
| HSV(B) | 101.18º | 0.2% | 1% | - |
| XYZ | 75.43 | 90.26 | 69.95 | - |
| YUV | 237.72 | 108.4 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 203 | 0.14 | 0 | 0.20 | 0.00 | 101.18 | 0.96 | 0.9 |
| Hex | DB | FE | CB | E | 0 | 14 | 0 | 65 | 60 | 5A |
| Octal | 333 | 376 | 313 | 16 | 0 | 24 | 0 | 145 | 140 | 132 |
| Binary | 11011011 | 11111110 | 11001011 | 1110 | 0 | 10100 | 0 | 1100101 | 1100000 | 1011010 |
Color Harmonies of #DBFECB
Complementary color
Monochromatic Colors of #DBFECB
Black with #DBFECB
Text Example
Text Example
White with #DBFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFECB; }
p { color: rgb(219,254,203); }
H1.HeaderClassName
{
color: #DBFECB;
}
.AnyTagClassName
{
color: #DBFECB;
}
</style>
background-color css
<style>
a { background-color: #DBFECB; }
a { background-color: rgb(219,254,203); }
div.DivClassName
{
background-color: #DBFECB;
}
.BgClassName
{
background-color: #DBFECB;
}
</style>
border-color css
<style>
span { border-color: #DBFECB; }
span { border-color: rgb(219,254,203); }
td.TdClassName
{
border-color: #DBFECB;
}
.TagClassName
{
border-color: #DBFECB;
}
</style>