#D8D8DD

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

Shades of Quartz #D8D8DD

Tints of Quartz #D8D8DD

Color information

#D8D8DD (or 0xD8D8DD) is unknown color: approx Quartz. HEX triplet: D8, D8 and DD. RGB value is (216,216,221). Sum of RGB (Red+Green+Blue) = 216+216+221=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D8DD is #272722. Grayscale: #D8D8D8. Windows color (decimal): -2565923 or 14538968. OLE color: 14538968.

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

Color convert

RGB216216221-
CMYK0.020.0200.13
HSL240º6.85%85.69%-
HSV(B)240º2.26%86.67%-
XYZ65.9368.9378.24-
YUV216.57130.5127.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.08%
GREEN value IS 216 (84.77% from 255) = 33.08%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=33.08%
G=33.08%
B=33.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162162210.020.0200.132406.8585.69
HexD8D8DD220Df0756
Octal330330335220153607126
Binary110110001101100011011101101001101111100001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D8DD; }

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

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

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

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

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

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

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

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