Shades of Quartz #DCD8EC
Tints of Quartz #DCD8EC
RGB
CMYK
RGB Variations
Color information
#DCD8EC (or 0xDCD8EC) is known color: Quartz. HEX triplet: DC, D8 and EC. RGB value is (220,216,236). Sum of RGB (Red+Green+Blue) = 220+216+236=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD8EC is #232713. Grayscale: #DBDBDB. Windows color (decimal): -2303764 or 15522012. OLE color: 15522012.
HSL color Cylindrical-coordinate representation of color #DCD8EC: hue angle of 252º degrees, saturation: 0.34, 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 #DCD8EC is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 216 | 236 | - |
CMYK | 0.07 | 0.08 | 0 | 0.07 |
HSL | 252º | 0.34% | 0.89% | - |
HSV(B) | 252º | 0.08% | 0.93% | - |
XYZ | 69.21 | 70.38 | 89.29 | - |
YUV | 219.48 | 137.33 | 128.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 216 | 236 | 0.07 | 0.08 | 0 | 0.07 | 252 | 0.34 | 0.89 |
Hex | DC | D8 | EC | 7 | 8 | 0 | 7 | FC | 22 | 59 |
Octal | 334 | 330 | 354 | 7 | 10 | 0 | 7 | 374 | 42 | 131 |
Binary | 11011100 | 11011000 | 11101100 | 111 | 1000 | 0 | 111 | 11111100 | 100010 | 1011001 |
Color Harmonies of #DCD8EC
Complementary color
Monochromatic Colors of #DCD8EC
Black with #DCD8EC
Text Example
Text Example
White with #DCD8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8EC; }
p { color: rgb(220,216,236); }
H1.HeaderClassName
{
color: #DCD8EC;
}
.AnyTagClassName
{
color: #DCD8EC;
}
</style>
background-color css
<style>
a { background-color: #DCD8EC; }
a { background-color: rgb(220,216,236); }
div.DivClassName
{
background-color: #DCD8EC;
}
.BgClassName
{
background-color: #DCD8EC;
}
</style>
border-color css
<style>
span { border-color: #DCD8EC; }
span { border-color: rgb(220,216,236); }
td.TdClassName
{
border-color: #DCD8EC;
}
.TagClassName
{
border-color: #DCD8EC;
}
</style>