Shades of Snowy Mint #DBF5CD
Tints of Snowy Mint #DBF5CD
RGB
CMYK
RGB Variations
Color information
#DBF5CD (or 0xDBF5CD) is known color: Snowy Mint. HEX triplet: DB, F5 and CD. RGB value is (219,245,205). Sum of RGB (Red+Green+Blue) = 219+245+205=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5CD is #240A32. Grayscale: #E8E8E8. Windows color (decimal): -2361907 or 13497819. OLE color: 13497819.
HSL color Cylindrical-coordinate representation of color #DBF5CD: hue angle of 99º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBF5CD is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 245 | 205 | - |
CMYK | 0.11 | 0 | 0.16 | 0.04 |
HSL | 99º | 0.67% | 0.88% | - |
HSV(B) | 99º | 0.16% | 0.96% | - |
XYZ | 72.89 | 84.77 | 70.28 | - |
YUV | 232.67 | 112.39 | 118.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 245 | 205 | 0.11 | 0 | 0.16 | 0.04 | 99 | 0.67 | 0.88 |
Hex | DB | F5 | CD | B | 0 | 10 | 4 | 63 | 43 | 58 |
Octal | 333 | 365 | 315 | 13 | 0 | 20 | 4 | 143 | 103 | 130 |
Binary | 11011011 | 11110101 | 11001101 | 1011 | 0 | 10000 | 100 | 1100011 | 1000011 | 1011000 |
Color Harmonies of #DBF5CD
Complementary color
Monochromatic Colors of #DBF5CD
Black with #DBF5CD
Text Example
Text Example
White with #DBF5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5CD; }
p { color: rgb(219,245,205); }
H1.HeaderClassName
{
color: #DBF5CD;
}
.AnyTagClassName
{
color: #DBF5CD;
}
</style>
background-color css
<style>
a { background-color: #DBF5CD; }
a { background-color: rgb(219,245,205); }
div.DivClassName
{
background-color: #DBF5CD;
}
.BgClassName
{
background-color: #DBF5CD;
}
</style>
border-color css
<style>
span { border-color: #DBF5CD; }
span { border-color: rgb(219,245,205); }
td.TdClassName
{
border-color: #DBF5CD;
}
.TagClassName
{
border-color: #DBF5CD;
}
</style>