#D7D0BE

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

Shades of Ecru White #D7D0BE

Tints of Ecru White #D7D0BE

Color information

#D7D0BE (or 0xD7D0BE) is unknown color: approx Ecru White. HEX triplet: D7, D0 and BE. RGB value is (215,208,190). Sum of RGB (Red+Green+Blue) = 215+208+190=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0BE is #282F41. Grayscale: #D0D0D0. Windows color (decimal): -2633538 or 12505303. OLE color: 12505303.

HSL color Cylindrical-coordinate representation of color #D7D0BE: hue angle of 43.2º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7D0BE is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB215208190-
CMYK00.030.120.16
HSL43.2º23.81%79.41%-
HSV(B)43.2º11.63%84.31%-
XYZ59.8763.2857.77-
YUV208.04117.82132.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.07%
GREEN value IS 208 (81.64% from 255) = 33.93%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=35.07%
G=33.93%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520819000.030.120.1643.223.8179.41
HexD7D0BE03C102b184f
Octal3273202760314205330117
Binary110101111101000010111110011110010000101011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D0BE; }

 p { color: rgb(215,208,190); }

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

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

 a { background-color: rgb(215,208,190); }

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

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

 span { border-color: rgb(215,208,190); }

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