#D6D4D2

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

Shades of Gallery #D6D4D2

Tints of Gallery #D6D4D2

Color information

#D6D4D2 (or 0xD6D4D2) is unknown color: approx Gallery. HEX triplet: D6, D4 and D2. RGB value is (214,212,210). Sum of RGB (Red+Green+Blue) = 214+212+210=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4D2 is #292B2D. Grayscale: #D4D4D4. Windows color (decimal): -2698030 or 13817046. OLE color: 13817046.

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

Color convert

RGB214212210-
CMYK00.010.020.16
HSL30º4.65%83.14%-
HSV(B)30º1.87%83.92%-
XYZ62.9166.0470.4-
YUV212.37126.66129.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.65%
GREEN value IS 212 (83.20% from 255) = 33.33%
BLUE value IS 210 (82.42% from 255) = 33.02%
R=33.65%
G=33.33%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421221000.010.020.16304.6583.14
HexD6D4D2012101e553
Octal32632432201220365123
Binary110101101101010011010010011010000111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D4D2; }

 p { color: rgb(214,212,210); }

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

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

 a { background-color: rgb(214,212,210); }

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

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

 span { border-color: rgb(214,212,210); }

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