Shades of Frosted Mint #DBF8DD
Tints of Frosted Mint #DBF8DD
RGB
CMYK
RGB Variations
Color information
#DBF8DD (or 0xDBF8DD) is known color: Frosted Mint. HEX triplet: DB, F8 and DD. RGB value is (219,248,221). Sum of RGB (Red+Green+Blue) = 219+248+221=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8DD is #240722. Grayscale: #ECECEC. Windows color (decimal): -2361123 or 14547163. OLE color: 14547163.
HSL color Cylindrical-coordinate representation of color #DBF8DD: hue angle of 124.14º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF8DD is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
RGB | 219 | 248 | 221 | - |
CMYK | 0.12 | 0 | 0.11 | 0.03 |
HSL | 124.14º | 0.67% | 0.92% | - |
HSV(B) | 124.14º | 0.12% | 0.97% | - |
XYZ | 75.83 | 87.42 | 81.28 | - |
YUV | 236.25 | 119.39 | 115.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 248 | 221 | 0.12 | 0 | 0.11 | 0.03 | 124.14 | 0.67 | 0.92 |
Hex | DB | F8 | DD | C | 0 | B | 3 | 7C | 43 | 5C |
Octal | 333 | 370 | 335 | 14 | 0 | 13 | 3 | 174 | 103 | 134 |
Binary | 11011011 | 11111000 | 11011101 | 1100 | 0 | 1011 | 11 | 1111100 | 1000011 | 1011100 |
Color Harmonies of #DBF8DD
Complementary color
Monochromatic Colors of #DBF8DD
Black with #DBF8DD
Text Example
Text Example
White with #DBF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8DD; }
p { color: rgb(219,248,221); }
H1.HeaderClassName
{
color: #DBF8DD;
}
.AnyTagClassName
{
color: #DBF8DD;
}
</style>
background-color css
<style>
a { background-color: #DBF8DD; }
a { background-color: rgb(219,248,221); }
div.DivClassName
{
background-color: #DBF8DD;
}
.BgClassName
{
background-color: #DBF8DD;
}
</style>
border-color css
<style>
span { border-color: #DBF8DD; }
span { border-color: rgb(219,248,221); }
td.TdClassName
{
border-color: #DBF8DD;
}
.TagClassName
{
border-color: #DBF8DD;
}
</style>