#D5CEBD

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

Shades of Ecru White #D5CEBD

Tints of Ecru White #D5CEBD

Color information

#D5CEBD (or 0xD5CEBD) is unknown color: approx Ecru White. HEX triplet: D5, CE and BD. RGB value is (213,206,189). Sum of RGB (Red+Green+Blue) = 213+206+189=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEBD is #2A3142. Grayscale: #CECECE. Windows color (decimal): -2765123 or 12439253. OLE color: 12439253.

HSL color Cylindrical-coordinate representation of color #D5CEBD: hue angle of 42.5º degrees, saturation: 0.22, 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 #D5CEBD is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213206189-
CMYK00.030.110.16
HSL42.5º22.22%78.82%-
HSV(B)42.5º11.27%83.53%-
XYZ58.761.9657.01-
YUV206.15118.32132.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=35.03%
G=33.88%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320618900.030.110.1642.522.2278.82
HexD5CEBD03B102b164f
Octal3253162750313205326117
Binary110101011100111010111101011101110000101011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEBD; }

 p { color: rgb(213,206,189); }

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

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

 a { background-color: rgb(213,206,189); }

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

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

 span { border-color: rgb(213,206,189); }

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