Shades of Snowy Mint #DBF9CD
Tints of Snowy Mint #DBF9CD
RGB
CMYK
RGB Variations
Color information
#DBF9CD (or 0xDBF9CD) is known color: Snowy Mint. HEX triplet: DB, F9 and CD. RGB value is (219,249,205). Sum of RGB (Red+Green+Blue) = 219+249+205=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9CD is #240632. Grayscale: #EBEBEB. Windows color (decimal): -2360883 or 13498843. OLE color: 13498843.
HSL color Cylindrical-coordinate representation of color #DBF9CD: hue angle of 100.91º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBF9CD is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 249 | 205 | - |
CMYK | 0.12 | 0 | 0.18 | 0.02 |
HSL | 100.91º | 0.79% | 0.89% | - |
HSV(B) | 100.91º | 0.18% | 0.98% | - |
XYZ | 74.11 | 87.22 | 70.69 | - |
YUV | 235.01 | 111.06 | 116.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 249 | 205 | 0.12 | 0 | 0.18 | 0.02 | 100.91 | 0.79 | 0.89 |
Hex | DB | F9 | CD | C | 0 | 12 | 2 | 65 | 4F | 59 |
Octal | 333 | 371 | 315 | 14 | 0 | 22 | 2 | 145 | 117 | 131 |
Binary | 11011011 | 11111001 | 11001101 | 1100 | 0 | 10010 | 10 | 1100101 | 1001111 | 1011001 |
Color Harmonies of #DBF9CD
Complementary color
Monochromatic Colors of #DBF9CD
Black with #DBF9CD
Text Example
Text Example
White with #DBF9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF9CD; }
p { color: rgb(219,249,205); }
H1.HeaderClassName
{
color: #DBF9CD;
}
.AnyTagClassName
{
color: #DBF9CD;
}
</style>
background-color css
<style>
a { background-color: #DBF9CD; }
a { background-color: rgb(219,249,205); }
div.DivClassName
{
background-color: #DBF9CD;
}
.BgClassName
{
background-color: #DBF9CD;
}
</style>
border-color css
<style>
span { border-color: #DBF9CD; }
span { border-color: rgb(219,249,205); }
td.TdClassName
{
border-color: #DBF9CD;
}
.TagClassName
{
border-color: #DBF9CD;
}
</style>