Shades of Frosted Mint #DBFBDF
Tints of Frosted Mint #DBFBDF
RGB
CMYK
RGB Variations
Color information
#DBFBDF (or 0xDBFBDF) is known color: Frosted Mint. HEX triplet: DB, FB and DF. RGB value is (219,251,223). Sum of RGB (Red+Green+Blue) = 219+251+223=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBDF is #240420. Grayscale: #EEEEEE. Windows color (decimal): -2360353 or 14679003. OLE color: 14679003.
HSL color Cylindrical-coordinate representation of color #DBFBDF: hue angle of 127.5º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFBDF is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 251 | 223 | - |
CMYK | 0.13 | 0 | 0.11 | 0.02 |
HSL | 127.5º | 0.8% | 0.92% | - |
HSV(B) | 127.5º | 0.13% | 0.98% | - |
XYZ | 77.03 | 89.38 | 83 | - |
YUV | 238.24 | 119.4 | 114.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 251 | 223 | 0.13 | 0 | 0.11 | 0.02 | 127.5 | 0.8 | 0.92 |
Hex | DB | FB | DF | D | 0 | B | 2 | 80 | 50 | 5C |
Octal | 333 | 373 | 337 | 15 | 0 | 13 | 2 | 200 | 120 | 134 |
Binary | 11011011 | 11111011 | 11011111 | 1101 | 0 | 1011 | 10 | 10000000 | 1010000 | 1011100 |
Color Harmonies of #DBFBDF
Complementary color
Monochromatic Colors of #DBFBDF
Black with #DBFBDF
Text Example
Text Example
White with #DBFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBDF; }
p { color: rgb(219,251,223); }
H1.HeaderClassName
{
color: #DBFBDF;
}
.AnyTagClassName
{
color: #DBFBDF;
}
</style>
background-color css
<style>
a { background-color: #DBFBDF; }
a { background-color: rgb(219,251,223); }
div.DivClassName
{
background-color: #DBFBDF;
}
.BgClassName
{
background-color: #DBFBDF;
}
</style>
border-color css
<style>
span { border-color: #DBFBDF; }
span { border-color: rgb(219,251,223); }
td.TdClassName
{
border-color: #DBFBDF;
}
.TagClassName
{
border-color: #DBFBDF;
}
</style>