#D7D8EA

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

Shades of Quartz #D7D8EA

Tints of Quartz #D7D8EA

Color information

#D7D8EA (or 0xD7D8EA) is unknown color: approx Quartz. HEX triplet: D7, D8 and EA. RGB value is (215,216,234). Sum of RGB (Red+Green+Blue) = 215+216+234=665 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.33% from 665); Green value is 216 (84.77% from 255 or 32.48% 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 #D7D8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D8EA is #282715. Grayscale: #D9D9D9. Windows color (decimal): -2631446 or 15390935. OLE color: 15390935.

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

Color convert

RGB215216234-
CMYK0.080.0800.08
HSL236.84º31.15%88.04%-
HSV(B)236.84º8.12%91.76%-
XYZ67.4369.587.7-
YUV217.75137.17126.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.33%
GREEN value IS 216 (84.77% from 255) = 32.48%
BLUE value IS 234 (91.80% from 255) = 35.19%
R=32.33%
G=32.48%
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
Decimal2152162340.080.0800.08236.8431.1588.04
HexD7D8EA8808ed1f58
Octal327330352101001035537130
Binary110101111101100011101010100010000100011101101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D8EA; }

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

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

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

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

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

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

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

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