#D8D5D2

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

Shades of Gallery #D8D5D2

Tints of Gallery #D8D5D2

Color information

#D8D5D2 (or 0xD8D5D2) is unknown color: approx Gallery. HEX triplet: D8, D5 and D2. RGB value is (216,213,210). Sum of RGB (Red+Green+Blue) = 216+213+210=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D5D2 is #272A2D. Grayscale: #D5D5D5. Windows color (decimal): -2566702 or 13817304. OLE color: 13817304.

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

Color convert

RGB216213210-
CMYK00.010.030.15
HSL30º7.14%83.53%-
HSV(B)30º2.78%84.71%-
XYZ63.7566.8470.51-
YUV213.56125.99129.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.80%
GREEN value IS 213 (83.59% from 255) = 33.33%
BLUE value IS 210 (82.42% from 255) = 32.86%
R=33.80%
G=33.33%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621321000.010.030.15307.1483.53
HexD8D5D2013F1e754
Octal33032532201317367124
Binary11011000110101011101001001111111111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D5D2; }

 p { color: rgb(216,213,210); }

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

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

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

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

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

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

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