#D7D3EA

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

Shades of Quartz #D7D3EA

Tints of Quartz #D7D3EA

Color information

#D7D3EA (or 0xD7D3EA) is unknown color: approx Quartz. HEX triplet: D7, D3 and EA. RGB value is (215,211,234). Sum of RGB (Red+Green+Blue) = 215+211+234=660 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.58% from 660); Green value is 211 (82.81% from 255 or 31.97% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7D3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D3EA is #282C15. Grayscale: #D6D6D6. Windows color (decimal): -2632726 or 15389655. OLE color: 15389655.

HSL color Cylindrical-coordinate representation of color #D7D3EA: hue angle of 250.43º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7D3EA is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215211234-
CMYK0.080.1000.08
HSL250.43º35.38%87.25%-
HSV(B)250.43º9.83%91.76%-
XYZ66.1766.9887.28-
YUV214.82138.83128.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.58%
GREEN value IS 211 (82.81% from 255) = 31.97%
BLUE value IS 234 (91.80% from 255) = 35.45%
R=32.58%
G=31.97%
B=35.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152112340.080.1000.08250.4335.3887.25
HexD7D3EA8A08fa2357
Octal327323352101201037243127
Binary1101011111010011111010101000101001000111110101000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D3EA; }

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

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

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

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

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

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

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

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