Shades of Quartz #DBD9F3
Tints of Quartz #DBD9F3
RGB
CMYK
RGB Variations
Color information
#DBD9F3 (or 0xDBD9F3) is known color: Quartz. HEX triplet: DB, D9 and F3. RGB value is (219,217,243). Sum of RGB (Red+Green+Blue) = 219+217+243=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBD9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD9F3 is #24260C. Grayscale: #DCDCDC. Windows color (decimal): -2369037 or 15981019. OLE color: 15981019.
HSL color Cylindrical-coordinate representation of color #DBD9F3: hue angle of 244.62º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBD9F3 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 217 | 243 | - |
CMYK | 0.10 | 0.11 | 0 | 0.05 |
HSL | 244.62º | 0.52% | 0.9% | - |
HSV(B) | 244.62º | 0.11% | 0.95% | - |
XYZ | 70.2 | 71.16 | 94.83 | - |
YUV | 220.56 | 140.66 | 126.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 243 | 0.10 | 0.11 | 0 | 0.05 | 244.62 | 0.52 | 0.9 |
Hex | DB | D9 | F3 | A | B | 0 | 5 | F5 | 34 | 5A |
Octal | 333 | 331 | 363 | 12 | 13 | 0 | 5 | 365 | 64 | 132 |
Binary | 11011011 | 11011001 | 11110011 | 1010 | 1011 | 0 | 101 | 11110101 | 110100 | 1011010 |
Color Harmonies of #DBD9F3
Complementary color
Monochromatic Colors of #DBD9F3
Black with #DBD9F3
Text Example
Text Example
White with #DBD9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9F3; }
p { color: rgb(219,217,243); }
H1.HeaderClassName
{
color: #DBD9F3;
}
.AnyTagClassName
{
color: #DBD9F3;
}
</style>
background-color css
<style>
a { background-color: #DBD9F3; }
a { background-color: rgb(219,217,243); }
div.DivClassName
{
background-color: #DBD9F3;
}
.BgClassName
{
background-color: #DBD9F3;
}
</style>
border-color css
<style>
span { border-color: #DBD9F3; }
span { border-color: rgb(219,217,243); }
td.TdClassName
{
border-color: #DBD9F3;
}
.TagClassName
{
border-color: #DBD9F3;
}
</style>