Shades of Quartz #DBDBEF
Tints of Quartz #DBDBEF
RGB
CMYK
RGB Variations
Color information
#DBDBEF (or 0xDBDBEF) is known color: Quartz. HEX triplet: DB, DB and EF. RGB value is (219,219,239). Sum of RGB (Red+Green+Blue) = 219+219+239=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBDBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBEF is #242410. Grayscale: #DDDDDD. Windows color (decimal): -2368529 or 15719387. OLE color: 15719387.
HSL color Cylindrical-coordinate representation of color #DBDBEF: hue angle of 240º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDBEF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 219 | 239 | - |
CMYK | 0.08 | 0.08 | 0 | 0.06 |
HSL | 240º | 0.38% | 0.9% | - |
HSV(B) | 240º | 0.08% | 0.94% | - |
XYZ | 70.12 | 71.96 | 91.85 | - |
YUV | 221.28 | 138 | 126.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 239 | 0.08 | 0.08 | 0 | 0.06 | 240 | 0.38 | 0.9 |
Hex | DB | DB | EF | 8 | 8 | 0 | 6 | F0 | 26 | 5A |
Octal | 333 | 333 | 357 | 10 | 10 | 0 | 6 | 360 | 46 | 132 |
Binary | 11011011 | 11011011 | 11101111 | 1000 | 1000 | 0 | 110 | 11110000 | 100110 | 1011010 |
Color Harmonies of #DBDBEF
Complementary color
Monochromatic Colors of #DBDBEF
Black with #DBDBEF
Text Example
Text Example
White with #DBDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBEF; }
p { color: rgb(219,219,239); }
H1.HeaderClassName
{
color: #DBDBEF;
}
.AnyTagClassName
{
color: #DBDBEF;
}
</style>
background-color css
<style>
a { background-color: #DBDBEF; }
a { background-color: rgb(219,219,239); }
div.DivClassName
{
background-color: #DBDBEF;
}
.BgClassName
{
background-color: #DBDBEF;
}
</style>
border-color css
<style>
span { border-color: #DBDBEF; }
span { border-color: rgb(219,219,239); }
td.TdClassName
{
border-color: #DBDBEF;
}
.TagClassName
{
border-color: #DBDBEF;
}
</style>