Shades of Snowy Mint #DBFDCD
Tints of Snowy Mint #DBFDCD
RGB
CMYK
RGB Variations
Color information
#DBFDCD (or 0xDBFDCD) is known color: Snowy Mint. HEX triplet: DB, FD and CD. RGB value is (219,253,205). Sum of RGB (Red+Green+Blue) = 219+253+205=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDCD is #240232. Grayscale: #EDEDED. Windows color (decimal): -2359859 or 13499867. OLE color: 13499867.
HSL color Cylindrical-coordinate representation of color #DBFDCD: hue angle of 102.5º 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 #DBFDCD is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 205 | - |
CMYK | 0.13 | 0 | 0.19 | 0.01 |
HSL | 102.5º | 0.92% | 0.9% | - |
HSV(B) | 102.5º | 0.19% | 0.99% | - |
XYZ | 75.36 | 89.72 | 71.1 | - |
YUV | 237.36 | 109.74 | 114.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 205 | 0.13 | 0 | 0.19 | 0.01 | 102.5 | 0.92 | 0.9 |
Hex | DB | FD | CD | D | 0 | 13 | 1 | 66 | 5C | 5A |
Octal | 333 | 375 | 315 | 15 | 0 | 23 | 1 | 146 | 134 | 132 |
Binary | 11011011 | 11111101 | 11001101 | 1101 | 0 | 10011 | 1 | 1100110 | 1011100 | 1011010 |
Color Harmonies of #DBFDCD
Complementary color
Monochromatic Colors of #DBFDCD
Black with #DBFDCD
Text Example
Text Example
White with #DBFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDCD; }
p { color: rgb(219,253,205); }
H1.HeaderClassName
{
color: #DBFDCD;
}
.AnyTagClassName
{
color: #DBFDCD;
}
</style>
background-color css
<style>
a { background-color: #DBFDCD; }
a { background-color: rgb(219,253,205); }
div.DivClassName
{
background-color: #DBFDCD;
}
.BgClassName
{
background-color: #DBFDCD;
}
</style>
border-color css
<style>
span { border-color: #DBFDCD; }
span { border-color: rgb(219,253,205); }
td.TdClassName
{
border-color: #DBFDCD;
}
.TagClassName
{
border-color: #DBFDCD;
}
</style>