Shades of Quartz #DBD1F8
Tints of Quartz #DBD1F8
RGB
CMYK
RGB Variations
Color information
#DBD1F8 (or 0xDBD1F8) is known color: Quartz. HEX triplet: DB, D1 and F8. RGB value is (219,209,248). Sum of RGB (Red+Green+Blue) = 219+209+248=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 209 (82.03% from 255 or 30.92% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBD1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD1F8 is #242E07. Grayscale: #D8D8D8. Windows color (decimal): -2371080 or 16306651. OLE color: 16306651.
HSL color Cylindrical-coordinate representation of color #DBD1F8: hue angle of 255.38º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBD1F8 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 209 | 248 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.03 |
| HSL | 255.38º | 0.74% | 0.9% | - |
| HSV(B) | 255.38º | 0.16% | 0.97% | - |
| XYZ | 68.96 | 67.44 | 98.19 | - |
| YUV | 216.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 248 | 0.12 | 0.16 | 0 | 0.03 | 255.38 | 0.74 | 0.9 |
| Hex | DB | D1 | F8 | C | 10 | 0 | 3 | FF | 4A | 5A |
| Octal | 333 | 321 | 370 | 14 | 20 | 0 | 3 | 377 | 112 | 132 |
| Binary | 11011011 | 11010001 | 11111000 | 1100 | 10000 | 0 | 11 | 11111111 | 1001010 | 1011010 |
Color Harmonies of #DBD1F8
Complementary color
Monochromatic Colors of #DBD1F8
Black with #DBD1F8
Text Example
Text Example
White with #DBD1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1F8; }
p { color: rgb(219,209,248); }
H1.HeaderClassName
{
color: #DBD1F8;
}
.AnyTagClassName
{
color: #DBD1F8;
}
</style>
background-color css
<style>
a { background-color: #DBD1F8; }
a { background-color: rgb(219,209,248); }
div.DivClassName
{
background-color: #DBD1F8;
}
.BgClassName
{
background-color: #DBD1F8;
}
</style>
border-color css
<style>
span { border-color: #DBD1F8; }
span { border-color: rgb(219,209,248); }
td.TdClassName
{
border-color: #DBD1F8;
}
.TagClassName
{
border-color: #DBD1F8;
}
</style>