#D7D3C5

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

Shades of Ecru White #D7D3C5

Tints of Ecru White #D7D3C5

Color information

#D7D3C5 (or 0xD7D3C5) is unknown color: approx Ecru White. HEX triplet: D7, D3 and C5. RGB value is (215,211,197). Sum of RGB (Red+Green+Blue) = 215+211+197=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D3C5 is #282C3A. Grayscale: #D2D2D2. Windows color (decimal): -2632763 or 12964823. OLE color: 12964823.

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

Color convert

RGB215211197-
CMYK00.020.080.16
HSL46.67º18.37%80.78%-
HSV(B)46.67º8.37%84.31%-
XYZ61.465.0762.15-
YUV210.6120.33131.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.51%
GREEN value IS 211 (82.81% from 255) = 33.87%
BLUE value IS 197 (77.34% from 255) = 31.62%
R=34.51%
G=33.87%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521119700.020.080.1646.6718.3780.78
HexD7D3C5028102f1251
Octal3273233050210205722121
Binary110101111101001111000101010100010000101111100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D3C5; }

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

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

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

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

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

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

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

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