#DCD7EC

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

Shades of Quartz #DCD7EC

Tints of Quartz #DCD7EC

Color information

#DCD7EC (or 0xDCD7EC) is unknown color: approx Quartz. HEX triplet: DC, D7 and EC. RGB value is (220,215,236). Sum of RGB (Red+Green+Blue) = 220+215+236=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCD7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD7EC is #232813. Grayscale: #DADADA. Windows color (decimal): -2304020 or 15521756. OLE color: 15521756.

HSL color Cylindrical-coordinate representation of color #DCD7EC: hue angle of 254.29º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD7EC is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220215236-
CMYK0.070.0900.07
HSL254.29º35.59%88.43%-
HSV(B)254.29º8.9%92.55%-
XYZ68.9669.8789.21-
YUV218.89137.66128.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.79%
GREEN value IS 215 (84.38% from 255) = 32.04%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=32.79%
G=32.04%
B=35.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202152360.070.0900.07254.2935.5988.43
HexDCD7EC7907fe2458
Octal3343273547110737644130
Binary11011100110101111110110011110010111111111101001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7EC; }

 p { color: rgb(220,215,236); }

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

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

 a { background-color: rgb(220,215,236); }

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

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

 span { border-color: rgb(220,215,236); }

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