#D4CDBB

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

Shades of Ecru White #D4CDBB

Tints of Ecru White #D4CDBB

Color information

#D4CDBB (or 0xD4CDBB) is unknown color: approx Ecru White. HEX triplet: D4, CD and BB. RGB value is (212,205,187). Sum of RGB (Red+Green+Blue) = 212+205+187=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDBB is #2B3244. Grayscale: #CDCDCD. Windows color (decimal): -2830917 or 12307924. OLE color: 12307924.

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

Color convert

RGB212205187-
CMYK00.030.120.17
HSL43.2º22.52%78.24%-
HSV(B)43.2º11.79%83.14%-
XYZ57.9561.2555.78-
YUV205.04117.82132.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.10%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=35.10%
G=33.94%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220518700.030.120.1743.222.5278.24
HexD4CDBB03C112b174e
Octal3243152730314215327116
Binary110101001100110110111011011110010001101011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDBB; }

 p { color: rgb(212,205,187); }

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

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

 a { background-color: rgb(212,205,187); }

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

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

 span { border-color: rgb(212,205,187); }

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