#D7D5C6

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

Shades of Loafer #D7D5C6

Tints of Loafer #D7D5C6

Color information

#D7D5C6 (or 0xD7D5C6) is unknown color: approx Loafer. HEX triplet: D7, D5 and C6. RGB value is (215,213,198). Sum of RGB (Red+Green+Blue) = 215+213+198=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D5C6 is #282A39. Grayscale: #D3D3D3. Windows color (decimal): -2632250 or 13030871. OLE color: 13030871.

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

Color convert

RGB215213198-
CMYK00.010.080.16
HSL52.94º17.53%80.98%-
HSV(B)52.94º7.91%84.31%-
XYZ62.0166.1162.92-
YUV211.89120.16130.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 213 (83.59% from 255) = 34.03%
BLUE value IS 198 (77.73% from 255) = 31.63%
R=34.35%
G=34.03%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521319800.010.080.1652.9417.5380.98
HexD7D5C601810351251
Octal3273253060110206522121
Binary11010111110101011100011001100010000110101100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D5C6; }

 p { color: rgb(215,213,198); }

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

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

 a { background-color: rgb(215,213,198); }

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

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

 span { border-color: rgb(215,213,198); }

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