#D4CDBA

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

Shades of Ecru White #D4CDBA

Tints of Ecru White #D4CDBA

Color information

#D4CDBA (or 0xD4CDBA) is unknown color: approx Ecru White. HEX triplet: D4, CD and BA. RGB value is (212,205,186). Sum of RGB (Red+Green+Blue) = 212+205+186=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDBA is #2B3245. Grayscale: #CDCDCD. Windows color (decimal): -2830918 or 12242388. OLE color: 12242388.

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

Color convert

RGB212205186-
CMYK00.030.120.17
HSL43.85º23.21%78.04%-
HSV(B)43.85º12.26%83.14%-
XYZ57.8561.255.22-
YUV204.93117.32133.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.16%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=35.16%
G=34.00%
B=30.85%

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
Decimal21220518600.030.120.1743.8523.2178.04
HexD4CDBA03C112c174e
Octal3243152720314215427116
Binary110101001100110110111010011110010001101100101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDBA; }

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

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

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

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

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

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

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

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