Shades of Quartz #DBD8F1
Tints of Quartz #DBD8F1
RGB
CMYK
RGB Variations
Color information
#DBD8F1 (or 0xDBD8F1) is known color: Quartz. HEX triplet: DB, D8 and F1. RGB value is (219,216,241). Sum of RGB (Red+Green+Blue) = 219+216+241=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBD8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD8F1 is #24270E. Grayscale: #DBDBDB. Windows color (decimal): -2369295 or 15849691. OLE color: 15849691.
HSL color Cylindrical-coordinate representation of color #DBD8F1: hue angle of 247.2º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBD8F1 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 216 | 241 | - |
CMYK | 0.09 | 0.10 | 0 | 0.05 |
HSL | 247.2º | 0.47% | 0.9% | - |
HSV(B) | 247.2º | 0.1% | 0.95% | - |
XYZ | 69.65 | 70.52 | 93.16 | - |
YUV | 219.75 | 139.99 | 127.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 241 | 0.09 | 0.10 | 0 | 0.05 | 247.2 | 0.47 | 0.9 |
Hex | DB | D8 | F1 | 9 | A | 0 | 5 | F7 | 2F | 5A |
Octal | 333 | 330 | 361 | 11 | 12 | 0 | 5 | 367 | 57 | 132 |
Binary | 11011011 | 11011000 | 11110001 | 1001 | 1010 | 0 | 101 | 11110111 | 101111 | 1011010 |
Color Harmonies of #DBD8F1
Complementary color
Monochromatic Colors of #DBD8F1
Black with #DBD8F1
Text Example
Text Example
White with #DBD8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8F1; }
p { color: rgb(219,216,241); }
H1.HeaderClassName
{
color: #DBD8F1;
}
.AnyTagClassName
{
color: #DBD8F1;
}
</style>
background-color css
<style>
a { background-color: #DBD8F1; }
a { background-color: rgb(219,216,241); }
div.DivClassName
{
background-color: #DBD8F1;
}
.BgClassName
{
background-color: #DBD8F1;
}
</style>
border-color css
<style>
span { border-color: #DBD8F1; }
span { border-color: rgb(219,216,241); }
td.TdClassName
{
border-color: #DBD8F1;
}
.TagClassName
{
border-color: #DBD8F1;
}
</style>