#D8D7EA

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

Shades of Quartz #D8D7EA

Tints of Quartz #D8D7EA

Color information

#D8D7EA (or 0xD8D7EA) is unknown color: approx Quartz. HEX triplet: D8, D7 and EA. RGB value is (216,215,234). Sum of RGB (Red+Green+Blue) = 216+215+234=665 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.48% from 665); Green value is 215 (84.38% from 255 or 32.33% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8D7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D7EA is #272815. Grayscale: #D9D9D9. Windows color (decimal): -2566166 or 15390680. OLE color: 15390680.

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

Color convert

RGB216215234-
CMYK0.080.0800.08
HSL243.16º31.15%88.04%-
HSV(B)243.16º8.12%91.76%-
XYZ67.4769.1487.63-
YUV217.46137.33126.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.48%
GREEN value IS 215 (84.38% from 255) = 32.33%
BLUE value IS 234 (91.80% from 255) = 35.19%
R=32.48%
G=32.33%
B=35.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162152340.080.0800.08243.1631.1588.04
HexD8D7EA8808f31f58
Octal330327352101001036337130
Binary110110001101011111101010100010000100011110011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D7EA; }

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

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

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

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

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

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

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

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