#D7D6C7

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

Shades of Loafer #D7D6C7

Tints of Loafer #D7D6C7

Color information

#D7D6C7 (or 0xD7D6C7) is unknown color: approx Loafer. HEX triplet: D7, D6 and C7. RGB value is (215,214,199). Sum of RGB (Red+Green+Blue) = 215+214+199=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D6C7 is #282938. Grayscale: #D4D4D4. Windows color (decimal): -2631993 or 13096663. OLE color: 13096663.

HSL color Cylindrical-coordinate representation of color #D7D6C7: hue angle of 56.25º degrees, saturation: 0.17, 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 #D7D6C7 is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215214199-
CMYK00.000.070.16
HSL56.25º16.67%81.18%-
HSV(B)56.25º7.44%84.31%-
XYZ62.3866.6663.61-
YUV212.59120.33129.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.24%
GREEN value IS 214 (83.98% from 255) = 34.08%
BLUE value IS 199 (78.12% from 255) = 31.69%
R=34.24%
G=34.08%
B=31.69%

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
Decimal21521419900.000.070.1656.2516.6781.18
HexD7D6C700710381151
Octal327326307007207021121
Binary1101011111010110110001110011110000111000100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D6C7; }

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

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

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

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

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

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

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

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