Shades of Quartz #DBD6F3
Tints of Quartz #DBD6F3
RGB
CMYK
RGB Variations
Color information
#DBD6F3 (or 0xDBD6F3) is known color: Quartz. HEX triplet: DB, D6 and F3. RGB value is (219,214,243). Sum of RGB (Red+Green+Blue) = 219+214+243=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBD6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD6F3 is #24290C. Grayscale: #DADADA. Windows color (decimal): -2369805 or 15980251. OLE color: 15980251.
HSL color Cylindrical-coordinate representation of color #DBD6F3: hue angle of 250.34º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBD6F3 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 214 | 243 | - |
CMYK | 0.10 | 0.12 | 0 | 0.05 |
HSL | 250.34º | 0.55% | 0.9% | - |
HSV(B) | 250.34º | 0.12% | 0.95% | - |
XYZ | 69.44 | 69.62 | 94.57 | - |
YUV | 218.8 | 141.66 | 128.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 214 | 243 | 0.10 | 0.12 | 0 | 0.05 | 250.34 | 0.55 | 0.9 |
Hex | DB | D6 | F3 | A | C | 0 | 5 | FA | 37 | 5A |
Octal | 333 | 326 | 363 | 12 | 14 | 0 | 5 | 372 | 67 | 132 |
Binary | 11011011 | 11010110 | 11110011 | 1010 | 1100 | 0 | 101 | 11111010 | 110111 | 1011010 |
Color Harmonies of #DBD6F3
Complementary color
Monochromatic Colors of #DBD6F3
Black with #DBD6F3
Text Example
Text Example
White with #DBD6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6F3; }
p { color: rgb(219,214,243); }
H1.HeaderClassName
{
color: #DBD6F3;
}
.AnyTagClassName
{
color: #DBD6F3;
}
</style>
background-color css
<style>
a { background-color: #DBD6F3; }
a { background-color: rgb(219,214,243); }
div.DivClassName
{
background-color: #DBD6F3;
}
.BgClassName
{
background-color: #DBD6F3;
}
</style>
border-color css
<style>
span { border-color: #DBD6F3; }
span { border-color: rgb(219,214,243); }
td.TdClassName
{
border-color: #DBD6F3;
}
.TagClassName
{
border-color: #DBD6F3;
}
</style>