Shades of Quartz #DBDEF5
Tints of Quartz #DBDEF5
RGB
CMYK
RGB Variations
Color information
#DBDEF5 (or 0xDBDEF5) is known color: Quartz. HEX triplet: DB, DE and F5. RGB value is (219,222,245). Sum of RGB (Red+Green+Blue) = 219+222+245=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBDEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEF5 is #24210A. Grayscale: #DFDFDF. Windows color (decimal): -2367755 or 16113371. OLE color: 16113371.
HSL color Cylindrical-coordinate representation of color #DBDEF5: hue angle of 233.08º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBDEF5 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 222 | 245 | - |
CMYK | 0.11 | 0.09 | 0 | 0.04 |
HSL | 233.08º | 0.57% | 0.91% | - |
HSV(B) | 233.08º | 0.11% | 0.96% | - |
XYZ | 71.82 | 73.9 | 96.86 | - |
YUV | 223.73 | 140.01 | 124.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 245 | 0.11 | 0.09 | 0 | 0.04 | 233.08 | 0.57 | 0.91 |
Hex | DB | DE | F5 | B | 9 | 0 | 4 | E9 | 39 | 5B |
Octal | 333 | 336 | 365 | 13 | 11 | 0 | 4 | 351 | 71 | 133 |
Binary | 11011011 | 11011110 | 11110101 | 1011 | 1001 | 0 | 100 | 11101001 | 111001 | 1011011 |
Color Harmonies of #DBDEF5
Complementary color
Monochromatic Colors of #DBDEF5
Black with #DBDEF5
Text Example
Text Example
White with #DBDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEF5; }
p { color: rgb(219,222,245); }
H1.HeaderClassName
{
color: #DBDEF5;
}
.AnyTagClassName
{
color: #DBDEF5;
}
</style>
background-color css
<style>
a { background-color: #DBDEF5; }
a { background-color: rgb(219,222,245); }
div.DivClassName
{
background-color: #DBDEF5;
}
.BgClassName
{
background-color: #DBDEF5;
}
</style>
border-color css
<style>
span { border-color: #DBDEF5; }
span { border-color: rgb(219,222,245); }
td.TdClassName
{
border-color: #DBDEF5;
}
.TagClassName
{
border-color: #DBDEF5;
}
</style>