Shades of Quartz #DBDCF8
Tints of Quartz #DBDCF8
RGB
CMYK
RGB Variations
Color information
#DBDCF8 (or 0xDBDCF8) is known color: Quartz. HEX triplet: DB, DC and F8. RGB value is (219,220,248). Sum of RGB (Red+Green+Blue) = 219+220+248=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBDCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCF8 is #242307. Grayscale: #DEDEDE. Windows color (decimal): -2368264 or 16309467. OLE color: 16309467.
HSL color Cylindrical-coordinate representation of color #DBDCF8: hue angle of 237.93º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBDCF8 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 219 | 220 | 248 | - |
CMYK | 0.12 | 0.11 | 0 | 0.03 |
HSL | 237.93º | 0.67% | 0.92% | - |
HSV(B) | 237.93º | 0.12% | 0.97% | - |
XYZ | 71.75 | 73.02 | 99.12 | - |
YUV | 222.89 | 142.17 | 125.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 248 | 0.12 | 0.11 | 0 | 0.03 | 237.93 | 0.67 | 0.92 |
Hex | DB | DC | F8 | C | B | 0 | 3 | EE | 43 | 5C |
Octal | 333 | 334 | 370 | 14 | 13 | 0 | 3 | 356 | 103 | 134 |
Binary | 11011011 | 11011100 | 11111000 | 1100 | 1011 | 0 | 11 | 11101110 | 1000011 | 1011100 |
Color Harmonies of #DBDCF8
Complementary color
Monochromatic Colors of #DBDCF8
Black with #DBDCF8
Text Example
Text Example
White with #DBDCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCF8; }
p { color: rgb(219,220,248); }
H1.HeaderClassName
{
color: #DBDCF8;
}
.AnyTagClassName
{
color: #DBDCF8;
}
</style>
background-color css
<style>
a { background-color: #DBDCF8; }
a { background-color: rgb(219,220,248); }
div.DivClassName
{
background-color: #DBDCF8;
}
.BgClassName
{
background-color: #DBDCF8;
}
</style>
border-color css
<style>
span { border-color: #DBDCF8; }
span { border-color: rgb(219,220,248); }
td.TdClassName
{
border-color: #DBDCF8;
}
.TagClassName
{
border-color: #DBDCF8;
}
</style>