Shades of Quartz #DBDCEA
Tints of Quartz #DBDCEA
RGB
CMYK
RGB Variations
Color information
#DBDCEA (or 0xDBDCEA) is known color: Quartz. HEX triplet: DB, DC and EA. RGB value is (219,220,234). Sum of RGB (Red+Green+Blue) = 219+220+234=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBDCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCEA is #242315. Grayscale: #DDDDDD. Windows color (decimal): -2368278 or 15391963. OLE color: 15391963.
HSL color Cylindrical-coordinate representation of color #DBDCEA: hue angle of 236º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDCEA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 220 | 234 | - |
CMYK | 0.06 | 0.06 | 0 | 0.08 |
HSL | 236º | 0.26% | 0.89% | - |
HSV(B) | 236º | 0.06% | 0.92% | - |
XYZ | 69.66 | 72.19 | 88.1 | - |
YUV | 221.3 | 135.17 | 126.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 234 | 0.06 | 0.06 | 0 | 0.08 | 236 | 0.26 | 0.89 |
Hex | DB | DC | EA | 6 | 6 | 0 | 8 | EC | 1A | 59 |
Octal | 333 | 334 | 352 | 6 | 6 | 0 | 10 | 354 | 32 | 131 |
Binary | 11011011 | 11011100 | 11101010 | 110 | 110 | 0 | 1000 | 11101100 | 11010 | 1011001 |
Color Harmonies of #DBDCEA
Complementary color
Monochromatic Colors of #DBDCEA
Black with #DBDCEA
Text Example
Text Example
White with #DBDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCEA; }
p { color: rgb(219,220,234); }
H1.HeaderClassName
{
color: #DBDCEA;
}
.AnyTagClassName
{
color: #DBDCEA;
}
</style>
background-color css
<style>
a { background-color: #DBDCEA; }
a { background-color: rgb(219,220,234); }
div.DivClassName
{
background-color: #DBDCEA;
}
.BgClassName
{
background-color: #DBDCEA;
}
</style>
border-color css
<style>
span { border-color: #DBDCEA; }
span { border-color: rgb(219,220,234); }
td.TdClassName
{
border-color: #DBDCEA;
}
.TagClassName
{
border-color: #DBDCEA;
}
</style>