#D7D6EC

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

Shades of Quartz #D7D6EC

Tints of Quartz #D7D6EC

Color information

#D7D6EC (or 0xD7D6EC) is unknown color: approx Quartz. HEX triplet: D7, D6 and EC. RGB value is (215,214,236). Sum of RGB (Red+Green+Blue) = 215+214+236=665 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.33% from 665); Green value is 214 (83.98% from 255 or 32.18% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7D6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D6EC is #282913. Grayscale: #D8D8D8. Windows color (decimal): -2631956 or 15521495. OLE color: 15521495.

HSL color Cylindrical-coordinate representation of color #D7D6EC: hue angle of 242.73º degrees, saturation: 0.37, 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 #D7D6EC is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB215214236-
CMYK0.090.0900.07
HSL242.73º36.67%88.24%-
HSV(B)242.73º9.32%92.55%-
XYZ67.2168.689.05-
YUV216.81138.83126.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.33%
GREEN value IS 214 (83.98% from 255) = 32.18%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=32.33%
G=32.18%
B=35.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152142360.090.0900.07242.7336.6788.24
HexD7D6EC9907f32558
Octal32732635411110736345130
Binary110101111101011011101100100110010111111100111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D6EC; }

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

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

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

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

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

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

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

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