#D7D5EB

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

Shades of Quartz #D7D5EB

Tints of Quartz #D7D5EB

Color information

#D7D5EB (or 0xD7D5EB) is unknown color: approx Quartz. HEX triplet: D7, D5 and EB. RGB value is (215,213,235). Sum of RGB (Red+Green+Blue) = 215+213+235=663 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.43% from 663); Green value is 213 (83.59% from 255 or 32.13% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7D5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D5EB is #282A14. Grayscale: #D8D8D8. Windows color (decimal): -2632213 or 15455703. OLE color: 15455703.

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

Color convert

RGB215213235-
CMYK0.090.0900.08
HSL245.45º35.48%87.84%-
HSV(B)245.45º9.36%92.16%-
XYZ66.8168.0388.21-
YUV216.11138.66127.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.43%
GREEN value IS 213 (83.59% from 255) = 32.13%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=32.43%
G=32.13%
B=35.44%

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
Decimal2152132350.090.0900.08245.4535.4887.84
HexD7D5EB9908f52358
Octal327325353111101036543130
Binary1101011111010101111010111001100101000111101011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D5EB; }

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

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

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

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

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

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

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

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