#D7D7DA

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

Shades of Quartz #D7D7DA

Tints of Quartz #D7D7DA

Color information

#D7D7DA (or 0xD7D7DA) is unknown color: approx Quartz. HEX triplet: D7, D7 and DA. RGB value is (215,215,218). Sum of RGB (Red+Green+Blue) = 215+215+218=648 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.18% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7D7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D7DA is #282825. Grayscale: #D7D7D7. Windows color (decimal): -2631718 or 14342103. OLE color: 14342103.

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

Color convert

RGB215215218-
CMYK0.010.0100.15
HSL240º3.9%84.9%-
HSV(B)240º1.38%85.49%-
XYZ64.9868.1176.05-
YUV215.34129.5127.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.18%
GREEN value IS 215 (84.38% from 255) = 33.18%
BLUE value IS 218 (85.55% from 255) = 33.64%
R=33.18%
G=33.18%
B=33.64%

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
Decimal2152152180.010.0100.152403.984.9
HexD7D7DA110Ff0455
Octal327327332110173604125
Binary1101011111010111110110101101111111100001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D7DA; }

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

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

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

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

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

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

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

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