#D7D3CD

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

Shades of Gallery #D7D3CD

Tints of Gallery #D7D3CD

Color information

#D7D3CD (or 0xD7D3CD) is unknown color: approx Gallery. HEX triplet: D7, D3 and CD. RGB value is (215,211,205). Sum of RGB (Red+Green+Blue) = 215+211+205=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D3CD is #282C32. Grayscale: #D3D3D3. Windows color (decimal): -2632755 or 13489111. OLE color: 13489111.

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

Color convert

RGB215211205-
CMYK00.020.050.16
HSL36º11.11%82.35%-
HSV(B)36º4.65%84.31%-
XYZ62.3465.4467.1-
YUV211.51124.33130.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.07%
GREEN value IS 211 (82.81% from 255) = 33.44%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=34.07%
G=33.44%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521120500.020.050.163611.1182.35
HexD7D3CD0251024b52
Octal327323315025204413122
Binary1101011111010011110011010101011000010010010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D3CD; }

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

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

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

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

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

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

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

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