Shades of Quartz #DCDBEA
Tints of Quartz #DCDBEA
RGB
CMYK
RGB Variations
Color information
#DCDBEA (or 0xDCDBEA) is known color: Quartz. HEX triplet: DC, DB and EA. RGB value is (220,219,234). Sum of RGB (Red+Green+Blue) = 220+219+234=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 219 (85.94% from 255 or 32.54% 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 #DCDBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBEA is #232415. Grayscale: #DCDCDC. Windows color (decimal): -2302998 or 15391708. OLE color: 15391708.
HSL color Cylindrical-coordinate representation of color #DCDBEA: hue angle of 244º 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 #DCDBEA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 220 | 219 | 234 | - |
CMYK | 0.06 | 0.06 | 0 | 0.08 |
HSL | 244º | 0.26% | 0.89% | - |
HSV(B) | 244º | 0.06% | 0.92% | - |
XYZ | 69.7 | 71.82 | 88.03 | - |
YUV | 221.01 | 135.33 | 127.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 219 | 234 | 0.06 | 0.06 | 0 | 0.08 | 244 | 0.26 | 0.89 |
Hex | DC | DB | EA | 6 | 6 | 0 | 8 | F4 | 1A | 59 |
Octal | 334 | 333 | 352 | 6 | 6 | 0 | 10 | 364 | 32 | 131 |
Binary | 11011100 | 11011011 | 11101010 | 110 | 110 | 0 | 1000 | 11110100 | 11010 | 1011001 |
Color Harmonies of #DCDBEA
Complementary color
Monochromatic Colors of #DCDBEA
Black with #DCDBEA
Text Example
Text Example
White with #DCDBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBEA; }
p { color: rgb(220,219,234); }
H1.HeaderClassName
{
color: #DCDBEA;
}
.AnyTagClassName
{
color: #DCDBEA;
}
</style>
background-color css
<style>
a { background-color: #DCDBEA; }
a { background-color: rgb(220,219,234); }
div.DivClassName
{
background-color: #DCDBEA;
}
.BgClassName
{
background-color: #DCDBEA;
}
</style>
border-color css
<style>
span { border-color: #DCDBEA; }
span { border-color: rgb(220,219,234); }
td.TdClassName
{
border-color: #DCDBEA;
}
.TagClassName
{
border-color: #DCDBEA;
}
</style>