Shades of Quartz #DBDCE7
Tints of Quartz #DBDCE7
RGB
CMYK
RGB Variations
Color information
#DBDCE7 (or 0xDBDCE7) is known color: Quartz. HEX triplet: DB, DC and E7. RGB value is (219,220,231). Sum of RGB (Red+Green+Blue) = 219+220+231=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 231 (90.62% from 255 or 34.48% from 670); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBDCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCE7 is #242318. Grayscale: #DCDCDC. Windows color (decimal): -2368281 or 15195355. OLE color: 15195355.
HSL color Cylindrical-coordinate representation of color #DBDCE7: hue angle of 235º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBDCE7 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 220 | 231 | - |
CMYK | 0.05 | 0.05 | 0 | 0.09 |
HSL | 235º | 0.2% | 0.88% | - |
HSV(B) | 235º | 0.05% | 0.91% | - |
XYZ | 69.23 | 72.02 | 85.85 | - |
YUV | 220.96 | 133.67 | 126.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 231 | 0.05 | 0.05 | 0 | 0.09 | 235 | 0.2 | 0.88 |
Hex | DB | DC | E7 | 5 | 5 | 0 | 9 | EB | 14 | 58 |
Octal | 333 | 334 | 347 | 5 | 5 | 0 | 11 | 353 | 24 | 130 |
Binary | 11011011 | 11011100 | 11100111 | 101 | 101 | 0 | 1001 | 11101011 | 10100 | 1011000 |
Color Harmonies of #DBDCE7
Complementary color
Monochromatic Colors of #DBDCE7
Black with #DBDCE7
Text Example
Text Example
White with #DBDCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCE7; }
p { color: rgb(219,220,231); }
H1.HeaderClassName
{
color: #DBDCE7;
}
.AnyTagClassName
{
color: #DBDCE7;
}
</style>
background-color css
<style>
a { background-color: #DBDCE7; }
a { background-color: rgb(219,220,231); }
div.DivClassName
{
background-color: #DBDCE7;
}
.BgClassName
{
background-color: #DBDCE7;
}
</style>
border-color css
<style>
span { border-color: #DBDCE7; }
span { border-color: rgb(219,220,231); }
td.TdClassName
{
border-color: #DBDCE7;
}
.TagClassName
{
border-color: #DBDCE7;
}
</style>