Shades of Quartz #DBD1FD
Tints of Quartz #DBD1FD
RGB
CMYK
RGB Variations
Color information
#DBD1FD (or 0xDBD1FD) is known color: Quartz. HEX triplet: DB, D1 and FD. RGB value is (219,209,253). Sum of RGB (Red+Green+Blue) = 219+209+253=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBD1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD1FD is #242E02. Grayscale: #D8D8D8. Windows color (decimal): -2371075 or 16634331. OLE color: 16634331.
HSL color Cylindrical-coordinate representation of color #DBD1FD: hue angle of 253.64º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBD1FD is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 209 | 253 | - |
CMYK | 0.13 | 0.17 | 0 | 0.01 |
HSL | 253.64º | 0.92% | 0.91% | - |
HSV(B) | 253.64º | 0.17% | 0.99% | - |
XYZ | 69.74 | 67.75 | 102.33 | - |
YUV | 217.01 | 148.31 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 209 | 253 | 0.13 | 0.17 | 0 | 0.01 | 253.64 | 0.92 | 0.91 |
Hex | DB | D1 | FD | D | 11 | 0 | 1 | FE | 5C | 5B |
Octal | 333 | 321 | 375 | 15 | 21 | 0 | 1 | 376 | 134 | 133 |
Binary | 11011011 | 11010001 | 11111101 | 1101 | 10001 | 0 | 1 | 11111110 | 1011100 | 1011011 |
Color Harmonies of #DBD1FD
Complementary color
Monochromatic Colors of #DBD1FD
Black with #DBD1FD
Text Example
Text Example
White with #DBD1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1FD; }
p { color: rgb(219,209,253); }
H1.HeaderClassName
{
color: #DBD1FD;
}
.AnyTagClassName
{
color: #DBD1FD;
}
</style>
background-color css
<style>
a { background-color: #DBD1FD; }
a { background-color: rgb(219,209,253); }
div.DivClassName
{
background-color: #DBD1FD;
}
.BgClassName
{
background-color: #DBD1FD;
}
</style>
border-color css
<style>
span { border-color: #DBD1FD; }
span { border-color: rgb(219,209,253); }
td.TdClassName
{
border-color: #DBD1FD;
}
.TagClassName
{
border-color: #DBD1FD;
}
</style>