#DCD8EC

Color #DCD8EC Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #DCD8EC

Tints of Quartz #DCD8EC

Color information

#DCD8EC (or 0xDCD8EC) is unknown color: approx 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

RGB220216236-
CMYK0.070.0800.07
HSL252º34.48%88.63%-
HSV(B)252º8.47%92.55%-
XYZ69.2170.3889.29-
YUV219.48137.33128.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 32.74%
GREEN value IS 216 (84.77% from 255) = 32.14%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=32.74%
G=32.14%
B=35.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202162360.070.0800.0725234.4888.63
HexDCD8EC7807fc2259
Octal3343303547100737442131
Binary11011100110110001110110011110000111111111001000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>