#D8D9EB

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

Shades of Quartz #D8D9EB

Tints of Quartz #D8D9EB

Color information

#D8D9EB (or 0xD8D9EB) is unknown color: approx Quartz. HEX triplet: D8, D9 and EB. RGB value is (216,217,235). Sum of RGB (Red+Green+Blue) = 216+217+235=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 217 (85.16% from 255 or 32.49% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8D9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D9EB is #272614. Grayscale: #DADADA. Windows color (decimal): -2565653 or 15456728. OLE color: 15456728.

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

Color convert

RGB216217235-
CMYK0.080.0800.08
HSL236.84º32.2%88.43%-
HSV(B)236.84º8.09%92.16%-
XYZ68.1370.2288.56-
YUV218.75137.17126.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.34%
GREEN value IS 217 (85.16% from 255) = 32.49%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=32.34%
G=32.49%
B=35.18%

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
Decimal2162172350.080.0800.08236.8432.288.43
HexD8D9EB8808ed2058
Octal330331353101001035540130
Binary1101100011011001111010111000100001000111011011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D9EB; }

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

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

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

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

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

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

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

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