#DCD6EF

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

Shades of Quartz #DCD6EF

Tints of Quartz #DCD6EF

Color information

#DCD6EF (or 0xDCD6EF) is unknown color: approx Quartz. HEX triplet: DC, D6 and EF. RGB value is (220,214,239). Sum of RGB (Red+Green+Blue) = 220+214+239=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCD6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6EF is #232910. Grayscale: #DADADA. Windows color (decimal): -2304273 or 15718108. OLE color: 15718108.

HSL color Cylindrical-coordinate representation of color #DCD6EF: hue angle of 254.4º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD6EF is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220214239-
CMYK0.080.1000.06
HSL254.4º43.86%88.82%-
HSV(B)254.4º10.46%93.73%-
XYZ69.1469.5491.44-
YUV218.64139.49128.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.69%
GREEN value IS 214 (83.98% from 255) = 31.80%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=32.69%
G=31.80%
B=35.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202142390.080.1000.06254.443.8688.82
HexDCD6EF8A06fe2c59
Octal33432635710120637654131
Binary110111001101011011101111100010100110111111101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6EF; }

 p { color: rgb(220,214,239); }

 H1.HeaderClassName
 {
   color: #DCD6EF;
 }
 .AnyTagClassName
 {
   color: #DCD6EF;
 }
</style>
background-color css

<style>
 a { background-color: #DCD6EF; }

 a { background-color: rgb(220,214,239); }

 div.DivClassName
 {
   background-color: #DCD6EF;
 }
 .BgClassName
 {
   background-color: #DCD6EF;
 }
</style>
border-color css

<style>
 span { border-color: #DCD6EF; }

 span { border-color: rgb(220,214,239); }

 td.TdClassName
 {
   border-color: #DCD6EF;
 }
 .TagClassName
 {
   border-color: #DCD6EF;
 }
</style>