Shades of Quartz #DBDBE4
Tints of Quartz #DBDBE4
RGB
CMYK
RGB Variations
Color information
#DBDBE4 (or 0xDBDBE4) is known color: Quartz. HEX triplet: DB, DB and E4. RGB value is (219,219,228). Sum of RGB (Red+Green+Blue) = 219+219+228=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBDBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBE4 is #24241B. Grayscale: #DBDBDB. Windows color (decimal): -2368540 or 14998491. OLE color: 14998491.
HSL color Cylindrical-coordinate representation of color #DBDBE4: hue angle of 240º degrees, saturation: 0.14, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDBE4 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 219 | 228 | - |
CMYK | 0.04 | 0.04 | 0 | 0.11 |
HSL | 240º | 0.14% | 0.88% | - |
HSV(B) | 240º | 0.04% | 0.89% | - |
XYZ | 68.55 | 71.32 | 83.55 | - |
YUV | 220.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 228 | 0.04 | 0.04 | 0 | 0.11 | 240 | 0.14 | 0.88 |
Hex | DB | DB | E4 | 4 | 4 | 0 | B | F0 | E | 58 |
Octal | 333 | 333 | 344 | 4 | 4 | 0 | 13 | 360 | 16 | 130 |
Binary | 11011011 | 11011011 | 11100100 | 100 | 100 | 0 | 1011 | 11110000 | 1110 | 1011000 |
Color Harmonies of #DBDBE4
Complementary color
Monochromatic Colors of #DBDBE4
Black with #DBDBE4
Text Example
Text Example
White with #DBDBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBE4; }
p { color: rgb(219,219,228); }
H1.HeaderClassName
{
color: #DBDBE4;
}
.AnyTagClassName
{
color: #DBDBE4;
}
</style>
background-color css
<style>
a { background-color: #DBDBE4; }
a { background-color: rgb(219,219,228); }
div.DivClassName
{
background-color: #DBDBE4;
}
.BgClassName
{
background-color: #DBDBE4;
}
</style>
border-color css
<style>
span { border-color: #DBDBE4; }
span { border-color: rgb(219,219,228); }
td.TdClassName
{
border-color: #DBDBE4;
}
.TagClassName
{
border-color: #DBDBE4;
}
</style>