Shades of Quartz #DBD8F0
Tints of Quartz #DBD8F0
RGB
CMYK
RGB Variations
Color information
#DBD8F0 (or 0xDBD8F0) is known color: Quartz. HEX triplet: DB, D8 and F0. RGB value is (219,216,240). Sum of RGB (Red+Green+Blue) = 219+216+240=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBD8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD8F0 is #24270F. Grayscale: #DBDBDB. Windows color (decimal): -2369296 or 15784155. OLE color: 15784155.
HSL color Cylindrical-coordinate representation of color #DBD8F0: hue angle of 247.5º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBD8F0 is Cyan = 0.09, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 216 | 240 | - |
CMYK | 0.09 | 0.1 | 0 | 0.06 |
HSL | 247.5º | 0.44% | 0.89% | - |
HSV(B) | 247.5º | 0.1% | 0.94% | - |
XYZ | 69.5 | 70.46 | 92.38 | - |
YUV | 219.63 | 139.49 | 127.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 240 | 0.09 | 0.1 | 0 | 0.06 | 247.5 | 0.44 | 0.89 |
Hex | DB | D8 | F0 | 9 | A | 0 | 6 | F8 | 2C | 59 |
Octal | 333 | 330 | 360 | 11 | 12 | 0 | 6 | 370 | 54 | 131 |
Binary | 11011011 | 11011000 | 11110000 | 1001 | 1010 | 0 | 110 | 11111000 | 101100 | 1011001 |
Color Harmonies of #DBD8F0
Complementary color
Monochromatic Colors of #DBD8F0
Black with #DBD8F0
Text Example
Text Example
White with #DBD8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8F0; }
p { color: rgb(219,216,240); }
H1.HeaderClassName
{
color: #DBD8F0;
}
.AnyTagClassName
{
color: #DBD8F0;
}
</style>
background-color css
<style>
a { background-color: #DBD8F0; }
a { background-color: rgb(219,216,240); }
div.DivClassName
{
background-color: #DBD8F0;
}
.BgClassName
{
background-color: #DBD8F0;
}
</style>
border-color css
<style>
span { border-color: #DBD8F0; }
span { border-color: rgb(219,216,240); }
td.TdClassName
{
border-color: #DBD8F0;
}
.TagClassName
{
border-color: #DBD8F0;
}
</style>