#DCD6EE

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

Shades of Quartz #DCD6EE

Tints of Quartz #DCD6EE

Color information

#DCD6EE (or 0xDCD6EE) is unknown color: approx Quartz. HEX triplet: DC, D6 and EE. RGB value is (220,214,238). Sum of RGB (Red+Green+Blue) = 220+214+238=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6EE is #232911. Grayscale: #DADADA. Windows color (decimal): -2304274 or 15652572. OLE color: 15652572.

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

Color convert

RGB220214238-
CMYK0.080.1000.07
HSL255º41.38%88.63%-
HSV(B)255º10.08%93.33%-
XYZ68.9969.4890.66-
YUV218.53138.99129.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.74%
GREEN value IS 214 (83.98% from 255) = 31.85%
BLUE value IS 238 (93.36% from 255) = 35.42%
R=32.74%
G=31.85%
B=35.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202142380.080.1000.0725541.3888.63
HexDCD6EE8A07ff2959
Octal33432635610120737751131
Binary110111001101011011101110100010100111111111111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6EE; }

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

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

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

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

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

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

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

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