#D7D8EB

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

Shades of Quartz #D7D8EB

Tints of Quartz #D7D8EB

Color information

#D7D8EB (or 0xD7D8EB) is unknown color: approx Quartz. HEX triplet: D7, D8 and EB. RGB value is (215,216,235). Sum of RGB (Red+Green+Blue) = 215+216+235=666 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.28% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7D8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D8EB is #282714. Grayscale: #D9D9D9. Windows color (decimal): -2631445 or 15456471. OLE color: 15456471.

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

Color convert

RGB215216235-
CMYK0.090.0800.08
HSL237º33.33%88.24%-
HSV(B)237º8.51%92.16%-
XYZ67.5869.5688.46-
YUV217.87137.67125.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.28%
GREEN value IS 216 (84.77% from 255) = 32.43%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=32.28%
G=32.43%
B=35.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152162350.090.0800.0823733.3388.24
HexD7D8EB9808ed2158
Octal327330353111001035541130
Binary1101011111011000111010111001100001000111011011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D8EB; }

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

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

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

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

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

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

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

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