Shades of Quartz #DBDDFB
Tints of Quartz #DBDDFB
RGB
CMYK
RGB Variations
Color information
#DBDDFB (or 0xDBDDFB) is known color: Quartz. HEX triplet: DB, DD and FB. RGB value is (219,221,251). Sum of RGB (Red+Green+Blue) = 219+221+251=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDFB is #242204. Grayscale: #DFDFDF. Windows color (decimal): -2368005 or 16506331. OLE color: 16506331.
HSL color Cylindrical-coordinate representation of color #DBDDFB: hue angle of 236.25º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBDDFB is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 221 | 251 | - |
CMYK | 0.13 | 0.12 | 0 | 0.02 |
HSL | 236.25º | 0.8% | 0.92% | - |
HSV(B) | 236.25º | 0.13% | 0.98% | - |
XYZ | 72.48 | 73.74 | 101.68 | - |
YUV | 223.82 | 143.34 | 124.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 251 | 0.13 | 0.12 | 0 | 0.02 | 236.25 | 0.8 | 0.92 |
Hex | DB | DD | FB | D | C | 0 | 2 | EC | 50 | 5C |
Octal | 333 | 335 | 373 | 15 | 14 | 0 | 2 | 354 | 120 | 134 |
Binary | 11011011 | 11011101 | 11111011 | 1101 | 1100 | 0 | 10 | 11101100 | 1010000 | 1011100 |
Color Harmonies of #DBDDFB
Complementary color
Monochromatic Colors of #DBDDFB
Black with #DBDDFB
Text Example
Text Example
White with #DBDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDFB; }
p { color: rgb(219,221,251); }
H1.HeaderClassName
{
color: #DBDDFB;
}
.AnyTagClassName
{
color: #DBDDFB;
}
</style>
background-color css
<style>
a { background-color: #DBDDFB; }
a { background-color: rgb(219,221,251); }
div.DivClassName
{
background-color: #DBDDFB;
}
.BgClassName
{
background-color: #DBDDFB;
}
</style>
border-color css
<style>
span { border-color: #DBDDFB; }
span { border-color: rgb(219,221,251); }
td.TdClassName
{
border-color: #DBDDFB;
}
.TagClassName
{
border-color: #DBDDFB;
}
</style>