#D8D7DF

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

Shades of Quartz #D8D7DF

Tints of Quartz #D8D7DF

Color information

#D8D7DF (or 0xD8D7DF) is unknown color: approx Quartz. HEX triplet: D8, D7 and DF. RGB value is (216,215,223). Sum of RGB (Red+Green+Blue) = 216+215+223=654 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.03% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8D7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D7DF is #272820. Grayscale: #D8D8D8. Windows color (decimal): -2566177 or 14669784. OLE color: 14669784.

HSL color Cylindrical-coordinate representation of color #D8D7DF: hue angle of 247.5º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8D7DF is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216215223-
CMYK0.030.0400.13
HSL247.5º11.11%85.88%-
HSV(B)247.5º3.59%87.45%-
XYZ65.9468.5379.56-
YUV216.21131.83127.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.03%
GREEN value IS 215 (84.38% from 255) = 32.87%
BLUE value IS 223 (87.5% from 255) = 34.10%
R=33.03%
G=32.87%
B=34.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162152230.030.0400.13247.511.1185.88
HexD8D7DF340Df8b56
Octal3303273373401537013126
Binary11011000110101111101111111100011011111100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D7DF; }

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

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

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

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

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

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

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

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