Shades of Quartz #DBD2FC
Tints of Quartz #DBD2FC
RGB
CMYK
RGB Variations
Color information
#DBD2FC (or 0xDBD2FC) is known color: Quartz. HEX triplet: DB, D2 and FC. RGB value is (219,210,252). Sum of RGB (Red+Green+Blue) = 219+210+252=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 210 (82.42% from 255 or 30.84% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBD2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD2FC is #242D03. Grayscale: #D9D9D9. Windows color (decimal): -2370820 or 16569051. OLE color: 16569051.
HSL color Cylindrical-coordinate representation of color #DBD2FC: hue angle of 252.86º degrees, saturation: 0.88, 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 #DBD2FC is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 210 | 252 | - |
CMYK | 0.13 | 0.17 | 0 | 0.01 |
HSL | 252.86º | 0.88% | 0.91% | - |
HSV(B) | 252.86º | 0.17% | 0.99% | - |
XYZ | 69.83 | 68.18 | 101.58 | - |
YUV | 217.48 | 147.48 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 210 | 252 | 0.13 | 0.17 | 0 | 0.01 | 252.86 | 0.88 | 0.91 |
Hex | DB | D2 | FC | D | 11 | 0 | 1 | FD | 58 | 5B |
Octal | 333 | 322 | 374 | 15 | 21 | 0 | 1 | 375 | 130 | 133 |
Binary | 11011011 | 11010010 | 11111100 | 1101 | 10001 | 0 | 1 | 11111101 | 1011000 | 1011011 |
Color Harmonies of #DBD2FC
Complementary color
Monochromatic Colors of #DBD2FC
Black with #DBD2FC
Text Example
Text Example
White with #DBD2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2FC; }
p { color: rgb(219,210,252); }
H1.HeaderClassName
{
color: #DBD2FC;
}
.AnyTagClassName
{
color: #DBD2FC;
}
</style>
background-color css
<style>
a { background-color: #DBD2FC; }
a { background-color: rgb(219,210,252); }
div.DivClassName
{
background-color: #DBD2FC;
}
.BgClassName
{
background-color: #DBD2FC;
}
</style>
border-color css
<style>
span { border-color: #DBD2FC; }
span { border-color: rgb(219,210,252); }
td.TdClassName
{
border-color: #DBD2FC;
}
.TagClassName
{
border-color: #DBD2FC;
}
</style>