Shades of Quartz #DBD6EE
Tints of Quartz #DBD6EE
RGB
CMYK
RGB Variations
Color information
#DBD6EE (or 0xDBD6EE) is known color: Quartz. HEX triplet: DB, D6 and EE. RGB value is (219,214,238). Sum of RGB (Red+Green+Blue) = 219+214+238=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD6EE is #242911. Grayscale: #DADADA. Windows color (decimal): -2369810 or 15652571. OLE color: 15652571.
HSL color Cylindrical-coordinate representation of color #DBD6EE: hue angle of 252.5º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBD6EE is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 214 | 238 | - |
CMYK | 0.08 | 0.10 | 0 | 0.07 |
HSL | 252.5º | 0.41% | 0.89% | - |
HSV(B) | 252.5º | 0.1% | 0.93% | - |
XYZ | 68.69 | 69.33 | 90.65 | - |
YUV | 218.23 | 139.16 | 128.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 214 | 238 | 0.08 | 0.10 | 0 | 0.07 | 252.5 | 0.41 | 0.89 |
Hex | DB | D6 | EE | 8 | A | 0 | 7 | FD | 29 | 59 |
Octal | 333 | 326 | 356 | 10 | 12 | 0 | 7 | 375 | 51 | 131 |
Binary | 11011011 | 11010110 | 11101110 | 1000 | 1010 | 0 | 111 | 11111101 | 101001 | 1011001 |
Color Harmonies of #DBD6EE
Complementary color
Monochromatic Colors of #DBD6EE
Black with #DBD6EE
Text Example
Text Example
White with #DBD6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6EE; }
p { color: rgb(219,214,238); }
H1.HeaderClassName
{
color: #DBD6EE;
}
.AnyTagClassName
{
color: #DBD6EE;
}
</style>
background-color css
<style>
a { background-color: #DBD6EE; }
a { background-color: rgb(219,214,238); }
div.DivClassName
{
background-color: #DBD6EE;
}
.BgClassName
{
background-color: #DBD6EE;
}
</style>
border-color css
<style>
span { border-color: #DBD6EE; }
span { border-color: rgb(219,214,238); }
td.TdClassName
{
border-color: #DBD6EE;
}
.TagClassName
{
border-color: #DBD6EE;
}
</style>