#D5D2BE

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

Shades of Ecru White #D5D2BE

Tints of Ecru White #D5D2BE

Color information

#D5D2BE (or 0xD5D2BE) is unknown color: approx Ecru White. HEX triplet: D5, D2 and BE. RGB value is (213,210,190). Sum of RGB (Red+Green+Blue) = 213+210+190=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D2BE is #2A2D41. Grayscale: #D0D0D0. Windows color (decimal): -2764098 or 12505813. OLE color: 12505813.

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

Color convert

RGB213210190-
CMYK00.010.110.16
HSL52.17º21.5%79.02%-
HSV(B)52.17º10.8%83.53%-
XYZ59.7863.9657.91-
YUV208.62117.49131.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.75%
GREEN value IS 210 (82.42% from 255) = 34.26%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=34.75%
G=34.26%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321019000.010.110.1652.1721.579.02
HexD5D2BE01B1034154f
Octal3253222760113206425117
Binary11010101110100101011111001101110000110100101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D2BE; }

 p { color: rgb(213,210,190); }

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

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

 a { background-color: rgb(213,210,190); }

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

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

 span { border-color: rgb(213,210,190); }

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