#D7D4C6

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

Shades of Ecru White #D7D4C6

Tints of Ecru White #D7D4C6

Color information

#D7D4C6 (or 0xD7D4C6) is unknown color: approx Ecru White. HEX triplet: D7, D4 and C6. RGB value is (215,212,198). Sum of RGB (Red+Green+Blue) = 215+212+198=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D4C6 is #282B39. Grayscale: #D3D3D3. Windows color (decimal): -2632506 or 13030615. OLE color: 13030615.

HSL color Cylindrical-coordinate representation of color #D7D4C6: hue angle of 49.41º 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 #D7D4C6 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB215212198-
CMYK00.010.080.16
HSL49.41º17.53%80.98%-
HSV(B)49.41º7.91%84.31%-
XYZ61.7665.6162.84-
YUV211.3120.49130.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.4%
GREEN value IS 212 (83.20% from 255) = 33.92%
BLUE value IS 198 (77.73% from 255) = 31.68%
R=34.4%
G=33.92%
B=31.68%

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
Decimal21521219800.010.080.1649.4117.5380.98
HexD7D4C601810311251
Octal3273243060110206122121
Binary11010111110101001100011001100010000110001100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D4C6; }

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

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

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

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

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

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

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

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