#D8D7DE

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

Shades of Quartz #D8D7DE

Tints of Quartz #D8D7DE

Color information

#D8D7DE (or 0xD8D7DE) is unknown color: approx Quartz. HEX triplet: D8, D7 and DE. RGB value is (216,215,222). Sum of RGB (Red+Green+Blue) = 216+215+222=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8D7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D7DE is #272821. Grayscale: #D8D8D8. Windows color (decimal): -2566178 or 14604248. OLE color: 14604248.

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

Color convert

RGB216215222-
CMYK0.030.0300.13
HSL248.57º9.59%85.69%-
HSV(B)248.57º3.15%87.06%-
XYZ65.868.4778.86-
YUV216.1131.33127.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.08%
GREEN value IS 215 (84.38% from 255) = 32.92%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=33.08%
G=32.92%
B=34.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162152220.030.0300.13248.579.5985.69
HexD8D7DE330Df9a56
Octal3303273363301537112126
Binary1101100011010111110111101111011011111100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D7DE; }

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

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

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

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

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

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

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

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