Shades of Frosted Mint #DBFADE
Tints of Frosted Mint #DBFADE
RGB
CMYK
RGB Variations
Color information
#DBFADE (or 0xDBFADE) is known color: Frosted Mint. HEX triplet: DB, FA and DE. RGB value is (219,250,222). Sum of RGB (Red+Green+Blue) = 219+250+222=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 222 (87.11% from 255 or 32.13% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFADE is #240521. Grayscale: #EDEDED. Windows color (decimal): -2360610 or 14613211. OLE color: 14613211.
HSL color Cylindrical-coordinate representation of color #DBFADE: hue angle of 125.81º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBFADE is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 250 | 222 | - |
CMYK | 0.12 | 0 | 0.11 | 0.02 |
HSL | 125.81º | 0.76% | 0.92% | - |
HSV(B) | 125.81º | 0.12% | 0.98% | - |
XYZ | 76.58 | 88.71 | 82.19 | - |
YUV | 237.54 | 119.23 | 114.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 250 | 222 | 0.12 | 0 | 0.11 | 0.02 | 125.81 | 0.76 | 0.92 |
Hex | DB | FA | DE | C | 0 | B | 2 | 7E | 4C | 5C |
Octal | 333 | 372 | 336 | 14 | 0 | 13 | 2 | 176 | 114 | 134 |
Binary | 11011011 | 11111010 | 11011110 | 1100 | 0 | 1011 | 10 | 1111110 | 1001100 | 1011100 |
Color Harmonies of #DBFADE
Complementary color
Monochromatic Colors of #DBFADE
Black with #DBFADE
Text Example
Text Example
White with #DBFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFADE; }
p { color: rgb(219,250,222); }
H1.HeaderClassName
{
color: #DBFADE;
}
.AnyTagClassName
{
color: #DBFADE;
}
</style>
background-color css
<style>
a { background-color: #DBFADE; }
a { background-color: rgb(219,250,222); }
div.DivClassName
{
background-color: #DBFADE;
}
.BgClassName
{
background-color: #DBFADE;
}
</style>
border-color css
<style>
span { border-color: #DBFADE; }
span { border-color: rgb(219,250,222); }
td.TdClassName
{
border-color: #DBFADE;
}
.TagClassName
{
border-color: #DBFADE;
}
</style>