#D7D6EB

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

Shades of Quartz #D7D6EB

Tints of Quartz #D7D6EB

Color information

#D7D6EB (or 0xD7D6EB) is unknown color: approx Quartz. HEX triplet: D7, D6 and EB. RGB value is (215,214,235). Sum of RGB (Red+Green+Blue) = 215+214+235=664 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.38% from 664); Green value is 214 (83.98% from 255 or 32.23% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7D6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D6EB is #282914. Grayscale: #D8D8D8. Windows color (decimal): -2631957 or 15455959. OLE color: 15455959.

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

Color convert

RGB215214235-
CMYK0.090.0900.08
HSL242.86º34.43%88.04%-
HSV(B)242.86º8.94%92.16%-
XYZ67.0768.5488.29-
YUV216.69138.33126.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.38%
GREEN value IS 214 (83.98% from 255) = 32.23%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=32.38%
G=32.23%
B=35.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152142350.090.0900.08242.8634.4388.04
HexD7D6EB9908f32258
Octal327326353111101036342130
Binary1101011111010110111010111001100101000111100111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D6EB; }

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

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

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

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

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

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

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

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