Shades of Mystic #DBE5DF
Tints of Mystic #DBE5DF
RGB
CMYK
RGB Variations
Color information
#DBE5DF (or 0xDBE5DF) is known color: Mystic. HEX triplet: DB, E5 and DF. RGB value is (219,229,223). Sum of RGB (Red+Green+Blue) = 219+229+223=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5DF is #241A20. Grayscale: #E1E1E1. Windows color (decimal): -2365985 or 14673371. OLE color: 14673371.
HSL color Cylindrical-coordinate representation of color #DBE5DF: hue angle of 144º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBE5DF is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 229 | 223 | - |
CMYK | 0.04 | 0 | 0.03 | 0.10 |
HSL | 144º | 0.16% | 0.88% | - |
HSV(B) | 144º | 0.04% | 0.9% | - |
XYZ | 70.55 | 76.43 | 80.85 | - |
YUV | 225.33 | 126.69 | 123.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 229 | 223 | 0.04 | 0 | 0.03 | 0.10 | 144 | 0.16 | 0.88 |
Hex | DB | E5 | DF | 4 | 0 | 3 | A | 90 | 10 | 58 |
Octal | 333 | 345 | 337 | 4 | 0 | 3 | 12 | 220 | 20 | 130 |
Binary | 11011011 | 11100101 | 11011111 | 100 | 0 | 11 | 1010 | 10010000 | 10000 | 1011000 |
Color Harmonies of #DBE5DF
Complementary color
Monochromatic Colors of #DBE5DF
Black with #DBE5DF
Text Example
Text Example
White with #DBE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5DF; }
p { color: rgb(219,229,223); }
H1.HeaderClassName
{
color: #DBE5DF;
}
.AnyTagClassName
{
color: #DBE5DF;
}
</style>
background-color css
<style>
a { background-color: #DBE5DF; }
a { background-color: rgb(219,229,223); }
div.DivClassName
{
background-color: #DBE5DF;
}
.BgClassName
{
background-color: #DBE5DF;
}
</style>
border-color css
<style>
span { border-color: #DBE5DF; }
span { border-color: rgb(219,229,223); }
td.TdClassName
{
border-color: #DBE5DF;
}
.TagClassName
{
border-color: #DBE5DF;
}
</style>