#D7D5EE

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

Shades of Quartz #D7D5EE

Tints of Quartz #D7D5EE

Color information

#D7D5EE (or 0xD7D5EE) is unknown color: approx Quartz. HEX triplet: D7, D5 and EE. RGB value is (215,213,238). Sum of RGB (Red+Green+Blue) = 215+213+238=666 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.28% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #D7D5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D5EE is #282A11. Grayscale: #D8D8D8. Windows color (decimal): -2632210 or 15652311. OLE color: 15652311.

HSL color Cylindrical-coordinate representation of color #D7D5EE: hue angle of 244.8º 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 #D7D5EE is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB215213238-
CMYK0.100.1100.07
HSL244.8º42.37%88.43%-
HSV(B)244.8º10.5%93.33%-
XYZ67.2568.2190.51-
YUV216.45140.16126.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.28%
GREEN value IS 213 (83.59% from 255) = 31.98%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=32.28%
G=31.98%
B=35.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152132380.100.1100.07244.842.3788.43
HexD7D5EEAB07f52a58
Octal32732535612130736552130
Binary110101111101010111101110101010110111111101011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D5EE; }

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

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

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

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

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

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

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

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