Shades of Quartz #DBD9F1
Tints of Quartz #DBD9F1
RGB
CMYK
RGB Variations
Color information
#DBD9F1 (or 0xDBD9F1) is known color: Quartz. HEX triplet: DB, D9 and F1. RGB value is (219,217,241). Sum of RGB (Red+Green+Blue) = 219+217+241=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD9F1 is #24260E. Grayscale: #DCDCDC. Windows color (decimal): -2369039 or 15849947. OLE color: 15849947.
HSL color Cylindrical-coordinate representation of color #DBD9F1: hue angle of 245º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBD9F1 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 217 | 241 | - |
CMYK | 0.09 | 0.10 | 0 | 0.05 |
HSL | 245º | 0.46% | 0.9% | - |
HSV(B) | 245º | 0.1% | 0.95% | - |
XYZ | 69.9 | 71.04 | 93.25 | - |
YUV | 220.33 | 139.66 | 127.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 241 | 0.09 | 0.10 | 0 | 0.05 | 245 | 0.46 | 0.9 |
Hex | DB | D9 | F1 | 9 | A | 0 | 5 | F5 | 2E | 5A |
Octal | 333 | 331 | 361 | 11 | 12 | 0 | 5 | 365 | 56 | 132 |
Binary | 11011011 | 11011001 | 11110001 | 1001 | 1010 | 0 | 101 | 11110101 | 101110 | 1011010 |
Color Harmonies of #DBD9F1
Complementary color
Monochromatic Colors of #DBD9F1
Black with #DBD9F1
Text Example
Text Example
White with #DBD9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9F1; }
p { color: rgb(219,217,241); }
H1.HeaderClassName
{
color: #DBD9F1;
}
.AnyTagClassName
{
color: #DBD9F1;
}
</style>
background-color css
<style>
a { background-color: #DBD9F1; }
a { background-color: rgb(219,217,241); }
div.DivClassName
{
background-color: #DBD9F1;
}
.BgClassName
{
background-color: #DBD9F1;
}
</style>
border-color css
<style>
span { border-color: #DBD9F1; }
span { border-color: rgb(219,217,241); }
td.TdClassName
{
border-color: #DBD9F1;
}
.TagClassName
{
border-color: #DBD9F1;
}
</style>