#D8D8DA

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

Shades of Quartz #D8D8DA

Tints of Quartz #D8D8DA

Color information

#D8D8DA (or 0xD8D8DA) is unknown color: approx Quartz. HEX triplet: D8, D8 and DA. RGB value is (216,216,218). Sum of RGB (Red+Green+Blue) = 216+216+218=650 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.23% from 650); Green value is 216 (84.77% from 255 or 33.23% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8D8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D8DA is #272725. Grayscale: #D8D8D8. Windows color (decimal): -2565926 or 14342360. OLE color: 14342360.

HSL color Cylindrical-coordinate representation of color #D8D8DA: hue angle of 240º degrees, saturation: 0.03, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D8D8DA is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216216218-
CMYK0.010.0100.15
HSL240º2.63%85.1%-
HSV(B)240º0.92%85.49%-
XYZ65.5368.7776.15-
YUV216.23129127.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.23%
GREEN value IS 216 (84.77% from 255) = 33.23%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=33.23%
G=33.23%
B=33.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162162180.010.0100.152402.6385.1
HexD8D8DA110Ff0355
Octal330330332110173603125
Binary110110001101100011011010110111111110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D8DA; }

 p { color: rgb(216,216,218); }

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

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

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

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

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

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

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