Shades of Quartz #DCDBE9
Tints of Quartz #DCDBE9
RGB
CMYK
RGB Variations
Color information
#DCDBE9 (or 0xDCDBE9) is known color: Quartz. HEX triplet: DC, DB and E9. RGB value is (220,219,233). Sum of RGB (Red+Green+Blue) = 220+219+233=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCDBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBE9 is #232416. Grayscale: #DCDCDC. Windows color (decimal): -2302999 or 15326172. OLE color: 15326172.
HSL color Cylindrical-coordinate representation of color #DCDBE9: hue angle of 244.29º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCDBE9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 219 | 233 | - |
CMYK | 0.06 | 0.06 | 0 | 0.09 |
HSL | 244.29º | 0.24% | 0.89% | - |
HSV(B) | 244.29º | 0.06% | 0.91% | - |
XYZ | 69.55 | 71.76 | 87.28 | - |
YUV | 220.9 | 134.83 | 127.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 219 | 233 | 0.06 | 0.06 | 0 | 0.09 | 244.29 | 0.24 | 0.89 |
Hex | DC | DB | E9 | 6 | 6 | 0 | 9 | F4 | 18 | 59 |
Octal | 334 | 333 | 351 | 6 | 6 | 0 | 11 | 364 | 30 | 131 |
Binary | 11011100 | 11011011 | 11101001 | 110 | 110 | 0 | 1001 | 11110100 | 11000 | 1011001 |
Color Harmonies of #DCDBE9
Complementary color
Monochromatic Colors of #DCDBE9
Black with #DCDBE9
Text Example
Text Example
White with #DCDBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBE9; }
p { color: rgb(220,219,233); }
H1.HeaderClassName
{
color: #DCDBE9;
}
.AnyTagClassName
{
color: #DCDBE9;
}
</style>
background-color css
<style>
a { background-color: #DCDBE9; }
a { background-color: rgb(220,219,233); }
div.DivClassName
{
background-color: #DCDBE9;
}
.BgClassName
{
background-color: #DCDBE9;
}
</style>
border-color css
<style>
span { border-color: #DCDBE9; }
span { border-color: rgb(220,219,233); }
td.TdClassName
{
border-color: #DCDBE9;
}
.TagClassName
{
border-color: #DCDBE9;
}
</style>