Shades of Quartz #DBDCF7
Tints of Quartz #DBDCF7
RGB
CMYK
RGB Variations
Color information
#DBDCF7 (or 0xDBDCF7) is known color: Quartz. HEX triplet: DB, DC and F7. RGB value is (219,220,247). Sum of RGB (Red+Green+Blue) = 219+220+247=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBDCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCF7 is #242308. Grayscale: #DEDEDE. Windows color (decimal): -2368265 or 16243931. OLE color: 16243931.
HSL color Cylindrical-coordinate representation of color #DBDCF7: hue angle of 237.86º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBDCF7 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 219 | 220 | 247 | - |
CMYK | 0.11 | 0.11 | 0 | 0.03 |
HSL | 237.86º | 0.64% | 0.91% | - |
HSV(B) | 237.86º | 0.11% | 0.97% | - |
XYZ | 71.6 | 72.96 | 98.31 | - |
YUV | 222.78 | 141.67 | 125.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 247 | 0.11 | 0.11 | 0 | 0.03 | 237.86 | 0.64 | 0.91 |
Hex | DB | DC | F7 | B | B | 0 | 3 | EE | 40 | 5B |
Octal | 333 | 334 | 367 | 13 | 13 | 0 | 3 | 356 | 100 | 133 |
Binary | 11011011 | 11011100 | 11110111 | 1011 | 1011 | 0 | 11 | 11101110 | 1000000 | 1011011 |
Color Harmonies of #DBDCF7
Complementary color
Monochromatic Colors of #DBDCF7
Black with #DBDCF7
Text Example
Text Example
White with #DBDCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCF7; }
p { color: rgb(219,220,247); }
H1.HeaderClassName
{
color: #DBDCF7;
}
.AnyTagClassName
{
color: #DBDCF7;
}
</style>
background-color css
<style>
a { background-color: #DBDCF7; }
a { background-color: rgb(219,220,247); }
div.DivClassName
{
background-color: #DBDCF7;
}
.BgClassName
{
background-color: #DBDCF7;
}
</style>
border-color css
<style>
span { border-color: #DBDCF7; }
span { border-color: rgb(219,220,247); }
td.TdClassName
{
border-color: #DBDCF7;
}
.TagClassName
{
border-color: #DBDCF7;
}
</style>