#D6D5C7

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

Shades of Loafer #D6D5C7

Tints of Loafer #D6D5C7

Color information

#D6D5C7 (or 0xD6D5C7) is unknown color: approx Loafer. HEX triplet: D6, D5 and C7. RGB value is (214,213,199). Sum of RGB (Red+Green+Blue) = 214+213+199=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5C7 is #292A38. Grayscale: #D3D3D3. Windows color (decimal): -2697785 or 13096406. OLE color: 13096406.

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

Color convert

RGB214213199-
CMYK00.000.070.16
HSL56º15.46%80.98%-
HSV(B)56º7.01%83.92%-
XYZ61.8366.0163.51-
YUV211.7120.83129.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.19%
GREEN value IS 213 (83.59% from 255) = 34.03%
BLUE value IS 199 (78.12% from 255) = 31.79%
R=34.19%
G=34.03%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421319900.000.070.165615.4680.98
HexD6D5C70071038f51
Octal326325307007207017121
Binary110101101101010111000111001111000011100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D5C7; }

 p { color: rgb(214,213,199); }

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

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

 a { background-color: rgb(214,213,199); }

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

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

 span { border-color: rgb(214,213,199); }

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