#D8D5ED

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

Shades of Quartz #D8D5ED

Tints of Quartz #D8D5ED

Color information

#D8D5ED (or 0xD8D5ED) is unknown color: approx Quartz. HEX triplet: D8, D5 and ED. RGB value is (216,213,237). Sum of RGB (Red+Green+Blue) = 216+213+237=666 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.43% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8D5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D5ED is #272A12. Grayscale: #D8D8D8. Windows color (decimal): -2566675 or 15586776. OLE color: 15586776.

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

Color convert

RGB216213237-
CMYK0.090.1000.07
HSL247.5º40%88.24%-
HSV(B)247.5º10.13%92.94%-
XYZ67.468.389.75-
YUV216.63139.49127.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.43%
GREEN value IS 213 (83.59% from 255) = 31.98%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=32.43%
G=31.98%
B=35.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162132370.090.1000.07247.54088.24
HexD8D5ED9A07f82858
Octal33032535511120737050130
Binary110110001101010111101101100110100111111110001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D5ED; }

 p { color: rgb(216,213,237); }

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

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

 a { background-color: rgb(216,213,237); }

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

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

 span { border-color: rgb(216,213,237); }

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