#D8D5EE

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

Shades of Quartz #D8D5EE

Tints of Quartz #D8D5EE

Color information

#D8D5EE (or 0xD8D5EE) is unknown color: approx Quartz. HEX triplet: D8, D5 and EE. RGB value is (216,213,238). Sum of RGB (Red+Green+Blue) = 216+213+238=667 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.38% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8D5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D5EE is #272A11. Grayscale: #D8D8D8. Windows color (decimal): -2566674 or 15652312. OLE color: 15652312.

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

Color convert

RGB216213238-
CMYK0.090.1100.07
HSL247.2º42.37%88.43%-
HSV(B)247.2º10.5%93.33%-
XYZ67.5568.3690.52-
YUV216.75139.99127.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.38%
GREEN value IS 213 (83.59% from 255) = 31.93%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=32.38%
G=31.93%
B=35.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162132380.090.1100.07247.242.3788.43
HexD8D5EE9B07f72a58
Octal33032535611130736752130
Binary110110001101010111101110100110110111111101111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D5EE; }

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

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

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

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

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

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

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

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