Shades of Frosted Mint #DBF6DD
Tints of Frosted Mint #DBF6DD
RGB
CMYK
RGB Variations
Color information
#DBF6DD (or 0xDBF6DD) is known color: Frosted Mint. HEX triplet: DB, F6 and DD. RGB value is (219,246,221). Sum of RGB (Red+Green+Blue) = 219+246+221=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6DD is #240922. Grayscale: #EBEBEB. Windows color (decimal): -2361635 or 14546651. OLE color: 14546651.
HSL color Cylindrical-coordinate representation of color #DBF6DD: hue angle of 124.44º degrees, saturation: 0.6, 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 #DBF6DD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 246 | 221 | - |
CMYK | 0.11 | 0 | 0.10 | 0.04 |
HSL | 124.44º | 0.6% | 0.91% | - |
HSV(B) | 124.44º | 0.11% | 0.96% | - |
XYZ | 75.22 | 86.19 | 81.08 | - |
YUV | 235.08 | 120.05 | 116.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 246 | 221 | 0.11 | 0 | 0.10 | 0.04 | 124.44 | 0.6 | 0.91 |
Hex | DB | F6 | DD | B | 0 | A | 4 | 7C | 3C | 5B |
Octal | 333 | 366 | 335 | 13 | 0 | 12 | 4 | 174 | 74 | 133 |
Binary | 11011011 | 11110110 | 11011101 | 1011 | 0 | 1010 | 100 | 1111100 | 111100 | 1011011 |
Color Harmonies of #DBF6DD
Complementary color
Monochromatic Colors of #DBF6DD
Black with #DBF6DD
Text Example
Text Example
White with #DBF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6DD; }
p { color: rgb(219,246,221); }
H1.HeaderClassName
{
color: #DBF6DD;
}
.AnyTagClassName
{
color: #DBF6DD;
}
</style>
background-color css
<style>
a { background-color: #DBF6DD; }
a { background-color: rgb(219,246,221); }
div.DivClassName
{
background-color: #DBF6DD;
}
.BgClassName
{
background-color: #DBF6DD;
}
</style>
border-color css
<style>
span { border-color: #DBF6DD; }
span { border-color: rgb(219,246,221); }
td.TdClassName
{
border-color: #DBF6DD;
}
.TagClassName
{
border-color: #DBF6DD;
}
</style>