Shades of Quartz #DCDBED
Tints of Quartz #DCDBED
RGB
CMYK
RGB Variations
Color information
#DCDBED (or 0xDCDBED) is known color: Quartz. HEX triplet: DC, DB and ED. RGB value is (220,219,237). Sum of RGB (Red+Green+Blue) = 220+219+237=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBED is #232412. Grayscale: #DDDDDD. Windows color (decimal): -2302995 or 15588316. OLE color: 15588316.
HSL color Cylindrical-coordinate representation of color #DCDBED: hue angle of 243.33º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDBED is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 219 | 237 | - |
CMYK | 0.07 | 0.08 | 0 | 0.07 |
HSL | 243.33º | 0.33% | 0.89% | - |
HSV(B) | 243.33º | 0.08% | 0.93% | - |
XYZ | 70.13 | 71.99 | 90.32 | - |
YUV | 221.35 | 136.83 | 127.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 219 | 237 | 0.07 | 0.08 | 0 | 0.07 | 243.33 | 0.33 | 0.89 |
Hex | DC | DB | ED | 7 | 8 | 0 | 7 | F3 | 21 | 59 |
Octal | 334 | 333 | 355 | 7 | 10 | 0 | 7 | 363 | 41 | 131 |
Binary | 11011100 | 11011011 | 11101101 | 111 | 1000 | 0 | 111 | 11110011 | 100001 | 1011001 |
Color Harmonies of #DCDBED
Complementary color
Monochromatic Colors of #DCDBED
Black with #DCDBED
Text Example
Text Example
White with #DCDBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBED; }
p { color: rgb(220,219,237); }
H1.HeaderClassName
{
color: #DCDBED;
}
.AnyTagClassName
{
color: #DCDBED;
}
</style>
background-color css
<style>
a { background-color: #DCDBED; }
a { background-color: rgb(220,219,237); }
div.DivClassName
{
background-color: #DCDBED;
}
.BgClassName
{
background-color: #DCDBED;
}
</style>
border-color css
<style>
span { border-color: #DCDBED; }
span { border-color: rgb(220,219,237); }
td.TdClassName
{
border-color: #DCDBED;
}
.TagClassName
{
border-color: #DCDBED;
}
</style>