Shades of Quartz #DBDAED
Tints of Quartz #DBDAED
RGB
CMYK
RGB Variations
Color information
#DBDAED (or 0xDBDAED) is known color: Quartz. HEX triplet: DB, DA and ED. RGB value is (219,218,237). Sum of RGB (Red+Green+Blue) = 219+218+237=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAED is #242512. Grayscale: #DCDCDC. Windows color (decimal): -2368787 or 15588059. OLE color: 15588059.
HSL color Cylindrical-coordinate representation of color #DBDAED: hue angle of 243.16º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDAED is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 218 | 237 | - |
CMYK | 0.08 | 0.08 | 0 | 0.07 |
HSL | 243.16º | 0.35% | 0.89% | - |
HSV(B) | 243.16º | 0.08% | 0.93% | - |
XYZ | 69.57 | 71.32 | 90.22 | - |
YUV | 220.47 | 137.33 | 126.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 237 | 0.08 | 0.08 | 0 | 0.07 | 243.16 | 0.35 | 0.89 |
Hex | DB | DA | ED | 8 | 8 | 0 | 7 | F3 | 23 | 59 |
Octal | 333 | 332 | 355 | 10 | 10 | 0 | 7 | 363 | 43 | 131 |
Binary | 11011011 | 11011010 | 11101101 | 1000 | 1000 | 0 | 111 | 11110011 | 100011 | 1011001 |
Color Harmonies of #DBDAED
Complementary color
Monochromatic Colors of #DBDAED
Black with #DBDAED
Text Example
Text Example
White with #DBDAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAED; }
p { color: rgb(219,218,237); }
H1.HeaderClassName
{
color: #DBDAED;
}
.AnyTagClassName
{
color: #DBDAED;
}
</style>
background-color css
<style>
a { background-color: #DBDAED; }
a { background-color: rgb(219,218,237); }
div.DivClassName
{
background-color: #DBDAED;
}
.BgClassName
{
background-color: #DBDAED;
}
</style>
border-color css
<style>
span { border-color: #DBDAED; }
span { border-color: rgb(219,218,237); }
td.TdClassName
{
border-color: #DBDAED;
}
.TagClassName
{
border-color: #DBDAED;
}
</style>