Shades of Quartz #DCDBEC
Tints of Quartz #DCDBEC
RGB
CMYK
RGB Variations
Color information
#DCDBEC (or 0xDCDBEC) is known color: Quartz. HEX triplet: DC, DB and EC. RGB value is (220,219,236). Sum of RGB (Red+Green+Blue) = 220+219+236=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCDBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBEC is #232413. Grayscale: #DDDDDD. Windows color (decimal): -2302996 or 15522780. OLE color: 15522780.
HSL color Cylindrical-coordinate representation of color #DCDBEC: hue angle of 243.53º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCDBEC is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 219 | 236 | - |
CMYK | 0.07 | 0.07 | 0 | 0.07 |
HSL | 243.53º | 0.31% | 0.89% | - |
HSV(B) | 243.53º | 0.07% | 0.93% | - |
XYZ | 69.99 | 71.93 | 89.55 | - |
YUV | 221.24 | 136.33 | 127.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 219 | 236 | 0.07 | 0.07 | 0 | 0.07 | 243.53 | 0.31 | 0.89 |
Hex | DC | DB | EC | 7 | 7 | 0 | 7 | F4 | 1F | 59 |
Octal | 334 | 333 | 354 | 7 | 7 | 0 | 7 | 364 | 37 | 131 |
Binary | 11011100 | 11011011 | 11101100 | 111 | 111 | 0 | 111 | 11110100 | 11111 | 1011001 |
Color Harmonies of #DCDBEC
Complementary color
Monochromatic Colors of #DCDBEC
Black with #DCDBEC
Text Example
Text Example
White with #DCDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBEC; }
p { color: rgb(220,219,236); }
H1.HeaderClassName
{
color: #DCDBEC;
}
.AnyTagClassName
{
color: #DCDBEC;
}
</style>
background-color css
<style>
a { background-color: #DCDBEC; }
a { background-color: rgb(220,219,236); }
div.DivClassName
{
background-color: #DCDBEC;
}
.BgClassName
{
background-color: #DCDBEC;
}
</style>
border-color css
<style>
span { border-color: #DCDBEC; }
span { border-color: rgb(220,219,236); }
td.TdClassName
{
border-color: #DCDBEC;
}
.TagClassName
{
border-color: #DCDBEC;
}
</style>