Shades of Snowy Mint #DBFDCA
Tints of Snowy Mint #DBFDCA
RGB
CMYK
RGB Variations
Color information
#DBFDCA (or 0xDBFDCA) is known color: Snowy Mint. HEX triplet: DB, FD and CA. RGB value is (219,253,202). Sum of RGB (Red+Green+Blue) = 219+253+202=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDCA is #240235. Grayscale: #EDEDED. Windows color (decimal): -2359862 or 13303259. OLE color: 13303259.
HSL color Cylindrical-coordinate representation of color #DBFDCA: hue angle of 100º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBFDCA is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 202 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.01 |
| HSL | 100º | 0.93% | 0.89% | - |
| HSV(B) | 100º | 0.2% | 0.99% | - |
| XYZ | 75 | 89.57 | 69.21 | - |
| YUV | 237.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 202 | 0.13 | 0 | 0.20 | 0.01 | 100 | 0.93 | 0.89 |
| Hex | DB | FD | CA | D | 0 | 14 | 1 | 64 | 5D | 59 |
| Octal | 333 | 375 | 312 | 15 | 0 | 24 | 1 | 144 | 135 | 131 |
| Binary | 11011011 | 11111101 | 11001010 | 1101 | 0 | 10100 | 1 | 1100100 | 1011101 | 1011001 |
Color Harmonies of #DBFDCA
Complementary color
Monochromatic Colors of #DBFDCA
Black with #DBFDCA
Text Example
Text Example
White with #DBFDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDCA; }
p { color: rgb(219,253,202); }
H1.HeaderClassName
{
color: #DBFDCA;
}
.AnyTagClassName
{
color: #DBFDCA;
}
</style>
background-color css
<style>
a { background-color: #DBFDCA; }
a { background-color: rgb(219,253,202); }
div.DivClassName
{
background-color: #DBFDCA;
}
.BgClassName
{
background-color: #DBFDCA;
}
</style>
border-color css
<style>
span { border-color: #DBFDCA; }
span { border-color: rgb(219,253,202); }
td.TdClassName
{
border-color: #DBFDCA;
}
.TagClassName
{
border-color: #DBFDCA;
}
</style>