#D7D4D0

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

Shades of Gallery #D7D4D0

Tints of Gallery #D7D4D0

Color information

#D7D4D0 (or 0xD7D4D0) is unknown color: approx Gallery. HEX triplet: D7, D4 and D0. RGB value is (215,212,208). Sum of RGB (Red+Green+Blue) = 215+212+208=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D4D0 is #282B2F. Grayscale: #D4D4D4. Windows color (decimal): -2632496 or 13685975. OLE color: 13685975.

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

Color convert

RGB215212208-
CMYK00.010.030.16
HSL34.29º8.05%82.94%-
HSV(B)34.29º3.26%84.31%-
XYZ62.9566.0969.11-
YUV212.44125.49129.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.86%
GREEN value IS 212 (83.20% from 255) = 33.39%
BLUE value IS 208 (81.64% from 255) = 32.76%
R=33.86%
G=33.39%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521220800.010.030.1634.298.0582.94
HexD7D4D00131022853
Octal327324320013204210123
Binary11010111110101001101000001111000010001010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D4D0; }

 p { color: rgb(215,212,208); }

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

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

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

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

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

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

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