#D8D8DE

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

Shades of Quartz #D8D8DE

Tints of Quartz #D8D8DE

Color information

#D8D8DE (or 0xD8D8DE) is unknown color: approx Quartz. HEX triplet: D8, D8 and DE. RGB value is (216,216,222). Sum of RGB (Red+Green+Blue) = 216+216+222=654 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.03% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8D8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D8DE is #272721. Grayscale: #D8D8D8. Windows color (decimal): -2565922 or 14604504. OLE color: 14604504.

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

Color convert

RGB216216222-
CMYK0.030.0300.13
HSL240º8.33%85.88%-
HSV(B)240º2.7%87.06%-
XYZ66.0668.9878.94-
YUV216.68131127.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.03%
GREEN value IS 216 (84.77% from 255) = 33.03%
BLUE value IS 222 (87.11% from 255) = 33.94%
R=33.03%
G=33.03%
B=33.94%

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
Decimal2162162220.030.0300.132408.3385.88
HexD8D8DE330Df0856
Octal3303303363301536010126
Binary1101100011011000110111101111011011111000010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D8DE; }

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

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

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

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

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

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

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

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