Shades of Frosted Mint #DBF5DD
Tints of Frosted Mint #DBF5DD
RGB
CMYK
RGB Variations
Color information
#DBF5DD (or 0xDBF5DD) is known color: Frosted Mint. HEX triplet: DB, F5 and DD. RGB value is (219,245,221). Sum of RGB (Red+Green+Blue) = 219+245+221=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5DD is #240A22. Grayscale: #EAEAEA. Windows color (decimal): -2361891 or 14546395. OLE color: 14546395.
HSL color Cylindrical-coordinate representation of color #DBF5DD: hue angle of 124.62º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF5DD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 245 | 221 | - |
CMYK | 0.11 | 0 | 0.10 | 0.04 |
HSL | 124.62º | 0.57% | 0.91% | - |
HSV(B) | 124.62º | 0.11% | 0.96% | - |
XYZ | 74.92 | 85.59 | 80.98 | - |
YUV | 234.49 | 120.39 | 116.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 245 | 221 | 0.11 | 0 | 0.10 | 0.04 | 124.62 | 0.57 | 0.91 |
Hex | DB | F5 | DD | B | 0 | A | 4 | 7D | 39 | 5B |
Octal | 333 | 365 | 335 | 13 | 0 | 12 | 4 | 175 | 71 | 133 |
Binary | 11011011 | 11110101 | 11011101 | 1011 | 0 | 1010 | 100 | 1111101 | 111001 | 1011011 |
Color Harmonies of #DBF5DD
Complementary color
Monochromatic Colors of #DBF5DD
Black with #DBF5DD
Text Example
Text Example
White with #DBF5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5DD; }
p { color: rgb(219,245,221); }
H1.HeaderClassName
{
color: #DBF5DD;
}
.AnyTagClassName
{
color: #DBF5DD;
}
</style>
background-color css
<style>
a { background-color: #DBF5DD; }
a { background-color: rgb(219,245,221); }
div.DivClassName
{
background-color: #DBF5DD;
}
.BgClassName
{
background-color: #DBF5DD;
}
</style>
border-color css
<style>
span { border-color: #DBF5DD; }
span { border-color: rgb(219,245,221); }
td.TdClassName
{
border-color: #DBF5DD;
}
.TagClassName
{
border-color: #DBF5DD;
}
</style>