Shades of Snowy Mint #DBFECD
Tints of Snowy Mint #DBFECD
RGB
CMYK
RGB Variations
Color information
#DBFECD (or 0xDBFECD) is known color: Snowy Mint. HEX triplet: DB, FE and CD. RGB value is (219,254,205). Sum of RGB (Red+Green+Blue) = 219+254+205=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFECD is #240132. Grayscale: #EEEEEE. Windows color (decimal): -2359603 or 13500123. OLE color: 13500123.
HSL color Cylindrical-coordinate representation of color #DBFECD: hue angle of 102.86º 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 #DBFECD is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 205 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.00 |
| HSL | 102.86º | 0.96% | 0.9% | - |
| HSV(B) | 102.86º | 0.19% | 1% | - |
| XYZ | 75.67 | 90.35 | 71.21 | - |
| YUV | 237.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 205 | 0.14 | 0 | 0.19 | 0.00 | 102.86 | 0.96 | 0.9 |
| Hex | DB | FE | CD | E | 0 | 13 | 0 | 67 | 60 | 5A |
| Octal | 333 | 376 | 315 | 16 | 0 | 23 | 0 | 147 | 140 | 132 |
| Binary | 11011011 | 11111110 | 11001101 | 1110 | 0 | 10011 | 0 | 1100111 | 1100000 | 1011010 |
Color Harmonies of #DBFECD
Complementary color
Monochromatic Colors of #DBFECD
Black with #DBFECD
Text Example
Text Example
White with #DBFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFECD; }
p { color: rgb(219,254,205); }
H1.HeaderClassName
{
color: #DBFECD;
}
.AnyTagClassName
{
color: #DBFECD;
}
</style>
background-color css
<style>
a { background-color: #DBFECD; }
a { background-color: rgb(219,254,205); }
div.DivClassName
{
background-color: #DBFECD;
}
.BgClassName
{
background-color: #DBFECD;
}
</style>
border-color css
<style>
span { border-color: #DBFECD; }
span { border-color: rgb(219,254,205); }
td.TdClassName
{
border-color: #DBFECD;
}
.TagClassName
{
border-color: #DBFECD;
}
</style>