Shades of Snowy Mint #DBFDCC
Tints of Snowy Mint #DBFDCC
RGB
CMYK
RGB Variations
Color information
#DBFDCC (or 0xDBFDCC) is known color: Snowy Mint. HEX triplet: DB, FD and CC. RGB value is (219,253,204). Sum of RGB (Red+Green+Blue) = 219+253+204=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDCC is #240233. Grayscale: #EDEDED. Windows color (decimal): -2359860 or 13434331. OLE color: 13434331.
HSL color Cylindrical-coordinate representation of color #DBFDCC: hue angle of 101.63º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBFDCC is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 204 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.01 |
| HSL | 101.63º | 0.92% | 0.9% | - |
| HSV(B) | 101.63º | 0.19% | 0.99% | - |
| XYZ | 75.24 | 89.67 | 70.47 | - |
| YUV | 237.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 204 | 0.13 | 0 | 0.19 | 0.01 | 101.63 | 0.92 | 0.9 |
| Hex | DB | FD | CC | D | 0 | 13 | 1 | 66 | 5C | 5A |
| Octal | 333 | 375 | 314 | 15 | 0 | 23 | 1 | 146 | 134 | 132 |
| Binary | 11011011 | 11111101 | 11001100 | 1101 | 0 | 10011 | 1 | 1100110 | 1011100 | 1011010 |
Color Harmonies of #DBFDCC
Complementary color
Monochromatic Colors of #DBFDCC
Black with #DBFDCC
Text Example
Text Example
White with #DBFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDCC; }
p { color: rgb(219,253,204); }
H1.HeaderClassName
{
color: #DBFDCC;
}
.AnyTagClassName
{
color: #DBFDCC;
}
</style>
background-color css
<style>
a { background-color: #DBFDCC; }
a { background-color: rgb(219,253,204); }
div.DivClassName
{
background-color: #DBFDCC;
}
.BgClassName
{
background-color: #DBFDCC;
}
</style>
border-color css
<style>
span { border-color: #DBFDCC; }
span { border-color: rgb(219,253,204); }
td.TdClassName
{
border-color: #DBFDCC;
}
.TagClassName
{
border-color: #DBFDCC;
}
</style>