Shades of Quartz #DBD2F8
Tints of Quartz #DBD2F8
RGB
CMYK
RGB Variations
Color information
#DBD2F8 (or 0xDBD2F8) is known color: Quartz. HEX triplet: DB, D2 and F8. RGB value is (219,210,248). Sum of RGB (Red+Green+Blue) = 219+210+248=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 248 (97.27% from 255 or 36.63% from 677); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBD2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD2F8 is #242D07. Grayscale: #D8D8D8. Windows color (decimal): -2370824 or 16306907. OLE color: 16306907.
HSL color Cylindrical-coordinate representation of color #DBD2F8: hue angle of 254.21º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBD2F8 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 210 | 248 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.03 |
| HSL | 254.21º | 0.73% | 0.9% | - |
| HSV(B) | 254.21º | 0.15% | 0.97% | - |
| XYZ | 69.2 | 67.93 | 98.27 | - |
| YUV | 217.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 248 | 0.12 | 0.15 | 0 | 0.03 | 254.21 | 0.73 | 0.9 |
| Hex | DB | D2 | F8 | C | F | 0 | 3 | FE | 49 | 5A |
| Octal | 333 | 322 | 370 | 14 | 17 | 0 | 3 | 376 | 111 | 132 |
| Binary | 11011011 | 11010010 | 11111000 | 1100 | 1111 | 0 | 11 | 11111110 | 1001001 | 1011010 |
Color Harmonies of #DBD2F8
Complementary color
Monochromatic Colors of #DBD2F8
Black with #DBD2F8
Text Example
Text Example
White with #DBD2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2F8; }
p { color: rgb(219,210,248); }
H1.HeaderClassName
{
color: #DBD2F8;
}
.AnyTagClassName
{
color: #DBD2F8;
}
</style>
background-color css
<style>
a { background-color: #DBD2F8; }
a { background-color: rgb(219,210,248); }
div.DivClassName
{
background-color: #DBD2F8;
}
.BgClassName
{
background-color: #DBD2F8;
}
</style>
border-color css
<style>
span { border-color: #DBD2F8; }
span { border-color: rgb(219,210,248); }
td.TdClassName
{
border-color: #DBD2F8;
}
.TagClassName
{
border-color: #DBD2F8;
}
</style>