#D8D3CD

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

Shades of Gallery #D8D3CD

Tints of Gallery #D8D3CD

Color information

#D8D3CD (or 0xD8D3CD) is unknown color: approx Gallery. HEX triplet: D8, D3 and CD. RGB value is (216,211,205). Sum of RGB (Red+Green+Blue) = 216+211+205=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D3CD is #272C32. Grayscale: #D3D3D3. Windows color (decimal): -2567219 or 13489112. OLE color: 13489112.

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

Color convert

RGB216211205-
CMYK00.020.050.15
HSL32.73º12.36%82.55%-
HSV(B)32.73º5.09%84.71%-
XYZ62.6365.667.12-
YUV211.81124.16130.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.18%
GREEN value IS 211 (82.81% from 255) = 33.39%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=34.18%
G=33.39%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621120500.020.050.1532.7312.3682.55
HexD8D3CD025F21c53
Octal330323315025174114123
Binary110110001101001111001101010101111110000111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D3CD; }

 p { color: rgb(216,211,205); }

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

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

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

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

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

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

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