Shades of Quartz #DBDCEE
Tints of Quartz #DBDCEE
RGB
CMYK
RGB Variations
Color information
#DBDCEE (or 0xDBDCEE) is known color: Quartz. HEX triplet: DB, DC and EE. RGB value is (219,220,238). Sum of RGB (Red+Green+Blue) = 219+220+238=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBDCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCEE is #242311. Grayscale: #DDDDDD. Windows color (decimal): -2368274 or 15654107. OLE color: 15654107.
HSL color Cylindrical-coordinate representation of color #DBDCEE: hue angle of 236.84º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDCEE is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 220 | 238 | - |
CMYK | 0.08 | 0.08 | 0 | 0.07 |
HSL | 236.84º | 0.36% | 0.9% | - |
HSV(B) | 236.84º | 0.08% | 0.93% | - |
XYZ | 70.24 | 72.42 | 91.17 | - |
YUV | 221.75 | 137.17 | 126.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 238 | 0.08 | 0.08 | 0 | 0.07 | 236.84 | 0.36 | 0.9 |
Hex | DB | DC | EE | 8 | 8 | 0 | 7 | ED | 24 | 5A |
Octal | 333 | 334 | 356 | 10 | 10 | 0 | 7 | 355 | 44 | 132 |
Binary | 11011011 | 11011100 | 11101110 | 1000 | 1000 | 0 | 111 | 11101101 | 100100 | 1011010 |
Color Harmonies of #DBDCEE
Complementary color
Monochromatic Colors of #DBDCEE
Black with #DBDCEE
Text Example
Text Example
White with #DBDCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCEE; }
p { color: rgb(219,220,238); }
H1.HeaderClassName
{
color: #DBDCEE;
}
.AnyTagClassName
{
color: #DBDCEE;
}
</style>
background-color css
<style>
a { background-color: #DBDCEE; }
a { background-color: rgb(219,220,238); }
div.DivClassName
{
background-color: #DBDCEE;
}
.BgClassName
{
background-color: #DBDCEE;
}
</style>
border-color css
<style>
span { border-color: #DBDCEE; }
span { border-color: rgb(219,220,238); }
td.TdClassName
{
border-color: #DBDCEE;
}
.TagClassName
{
border-color: #DBDCEE;
}
</style>