Shades of Snowy Mint #DBF6CD
Tints of Snowy Mint #DBF6CD
RGB
CMYK
RGB Variations
Color information
#DBF6CD (or 0xDBF6CD) is known color: Snowy Mint. HEX triplet: DB, F6 and CD. RGB value is (219,246,205). Sum of RGB (Red+Green+Blue) = 219+246+205=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6CD is #240932. Grayscale: #E9E9E9. Windows color (decimal): -2361651 or 13498075. OLE color: 13498075.
HSL color Cylindrical-coordinate representation of color #DBF6CD: hue angle of 99.51º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBF6CD is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 246 | 205 | - |
CMYK | 0.11 | 0 | 0.17 | 0.04 |
HSL | 99.51º | 0.69% | 0.88% | - |
HSV(B) | 99.51º | 0.17% | 0.96% | - |
XYZ | 73.19 | 85.38 | 70.38 | - |
YUV | 233.25 | 112.05 | 117.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 246 | 205 | 0.11 | 0 | 0.17 | 0.04 | 99.51 | 0.69 | 0.88 |
Hex | DB | F6 | CD | B | 0 | 11 | 4 | 64 | 45 | 58 |
Octal | 333 | 366 | 315 | 13 | 0 | 21 | 4 | 144 | 105 | 130 |
Binary | 11011011 | 11110110 | 11001101 | 1011 | 0 | 10001 | 100 | 1100100 | 1000101 | 1011000 |
Color Harmonies of #DBF6CD
Complementary color
Monochromatic Colors of #DBF6CD
Black with #DBF6CD
Text Example
Text Example
White with #DBF6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6CD; }
p { color: rgb(219,246,205); }
H1.HeaderClassName
{
color: #DBF6CD;
}
.AnyTagClassName
{
color: #DBF6CD;
}
</style>
background-color css
<style>
a { background-color: #DBF6CD; }
a { background-color: rgb(219,246,205); }
div.DivClassName
{
background-color: #DBF6CD;
}
.BgClassName
{
background-color: #DBF6CD;
}
</style>
border-color css
<style>
span { border-color: #DBF6CD; }
span { border-color: rgb(219,246,205); }
td.TdClassName
{
border-color: #DBF6CD;
}
.TagClassName
{
border-color: #DBF6CD;
}
</style>