Shades of Quartz #DBDDF6
Tints of Quartz #DBDDF6
RGB
CMYK
RGB Variations
Color information
#DBDDF6 (or 0xDBDDF6) is known color: Quartz. HEX triplet: DB, DD and F6. RGB value is (219,221,246). Sum of RGB (Red+Green+Blue) = 219+221+246=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDF6 is #242209. Grayscale: #DFDFDF. Windows color (decimal): -2368010 or 16178651. OLE color: 16178651.
HSL color Cylindrical-coordinate representation of color #DBDDF6: hue angle of 235.56º degrees, saturation: 0.6, 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 #DBDDF6 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 221 | 246 | - |
CMYK | 0.11 | 0.10 | 0 | 0.04 |
HSL | 235.56º | 0.6% | 0.91% | - |
HSV(B) | 235.56º | 0.11% | 0.96% | - |
XYZ | 71.7 | 73.43 | 97.58 | - |
YUV | 223.25 | 140.84 | 124.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 246 | 0.11 | 0.10 | 0 | 0.04 | 235.56 | 0.6 | 0.91 |
Hex | DB | DD | F6 | B | A | 0 | 4 | EC | 3C | 5B |
Octal | 333 | 335 | 366 | 13 | 12 | 0 | 4 | 354 | 74 | 133 |
Binary | 11011011 | 11011101 | 11110110 | 1011 | 1010 | 0 | 100 | 11101100 | 111100 | 1011011 |
Color Harmonies of #DBDDF6
Complementary color
Monochromatic Colors of #DBDDF6
Black with #DBDDF6
Text Example
Text Example
White with #DBDDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDF6; }
p { color: rgb(219,221,246); }
H1.HeaderClassName
{
color: #DBDDF6;
}
.AnyTagClassName
{
color: #DBDDF6;
}
</style>
background-color css
<style>
a { background-color: #DBDDF6; }
a { background-color: rgb(219,221,246); }
div.DivClassName
{
background-color: #DBDDF6;
}
.BgClassName
{
background-color: #DBDDF6;
}
</style>
border-color css
<style>
span { border-color: #DBDDF6; }
span { border-color: rgb(219,221,246); }
td.TdClassName
{
border-color: #DBDDF6;
}
.TagClassName
{
border-color: #DBDDF6;
}
</style>