#D5CFBD

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

Shades of Ecru White #D5CFBD

Tints of Ecru White #D5CFBD

Color information

#D5CFBD (or 0xD5CFBD) is unknown color: approx Ecru White. HEX triplet: D5, CF and BD. RGB value is (213,207,189). Sum of RGB (Red+Green+Blue) = 213+207+189=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFBD is #2A3042. Grayscale: #CECECE. Windows color (decimal): -2764867 or 12439509. OLE color: 12439509.

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

Color convert

RGB213207189-
CMYK00.030.110.16
HSL45º22.22%78.82%-
HSV(B)45º11.27%83.53%-
XYZ58.9462.4557.09-
YUV206.74117.99132.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.98%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=34.98%
G=33.99%
B=31.03%

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
Decimal21320718900.030.110.164522.2278.82
HexD5CFBD03B102d164f
Octal3253172750313205526117
Binary110101011100111110111101011101110000101101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CFBD; }

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

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

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

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

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

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

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

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