Shades of Quartz #DBDCE4
Tints of Quartz #DBDCE4
RGB
CMYK
RGB Variations
Color information
#DBDCE4 (or 0xDBDCE4) is known color: Quartz. HEX triplet: DB, DC and E4. RGB value is (219,220,228). Sum of RGB (Red+Green+Blue) = 219+220+228=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBDCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCE4 is #24231B. Grayscale: #DCDCDC. Windows color (decimal): -2368284 or 14998747. OLE color: 14998747.
HSL color Cylindrical-coordinate representation of color #DBDCE4: hue angle of 233.33º 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 #DBDCE4 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 220 | 228 | - |
CMYK | 0.04 | 0.04 | 0 | 0.11 |
HSL | 233.33º | 0.14% | 0.88% | - |
HSV(B) | 233.33º | 0.04% | 0.89% | - |
XYZ | 68.81 | 71.85 | 83.64 | - |
YUV | 220.61 | 132.17 | 126.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 228 | 0.04 | 0.04 | 0 | 0.11 | 233.33 | 0.14 | 0.88 |
Hex | DB | DC | E4 | 4 | 4 | 0 | B | E9 | E | 58 |
Octal | 333 | 334 | 344 | 4 | 4 | 0 | 13 | 351 | 16 | 130 |
Binary | 11011011 | 11011100 | 11100100 | 100 | 100 | 0 | 1011 | 11101001 | 1110 | 1011000 |
Color Harmonies of #DBDCE4
Complementary color
Monochromatic Colors of #DBDCE4
Black with #DBDCE4
Text Example
Text Example
White with #DBDCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCE4; }
p { color: rgb(219,220,228); }
H1.HeaderClassName
{
color: #DBDCE4;
}
.AnyTagClassName
{
color: #DBDCE4;
}
</style>
background-color css
<style>
a { background-color: #DBDCE4; }
a { background-color: rgb(219,220,228); }
div.DivClassName
{
background-color: #DBDCE4;
}
.BgClassName
{
background-color: #DBDCE4;
}
</style>
border-color css
<style>
span { border-color: #DBDCE4; }
span { border-color: rgb(219,220,228); }
td.TdClassName
{
border-color: #DBDCE4;
}
.TagClassName
{
border-color: #DBDCE4;
}
</style>