#D7D3EE

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

Shades of Quartz #D7D3EE

Tints of Quartz #D7D3EE

Color information

#D7D3EE (or 0xD7D3EE) is unknown color: approx Quartz. HEX triplet: D7, D3 and EE. RGB value is (215,211,238). Sum of RGB (Red+Green+Blue) = 215+211+238=664 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.38% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #D7D3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D3EE is #282C11. Grayscale: #D7D7D7. Windows color (decimal): -2632722 or 15651799. OLE color: 15651799.

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

Color convert

RGB215211238-
CMYK0.100.1100.07
HSL248.89º44.26%88.04%-
HSV(B)248.89º11.34%93.33%-
XYZ66.7567.2190.34-
YUV215.27140.83127.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.38%
GREEN value IS 211 (82.81% from 255) = 31.78%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=32.38%
G=31.78%
B=35.84%

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
Decimal2152112380.100.1100.07248.8944.2688.04
HexD7D3EEAB07f92c58
Octal32732335612130737154130
Binary110101111101001111101110101010110111111110011011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D3EE; }

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

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

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

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

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

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

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

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