#D4CDBC

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

Shades of Ecru White #D4CDBC

Tints of Ecru White #D4CDBC

Color information

#D4CDBC (or 0xD4CDBC) is unknown color: approx Ecru White. HEX triplet: D4, CD and BC. RGB value is (212,205,188). Sum of RGB (Red+Green+Blue) = 212+205+188=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDBC is #2B3243. Grayscale: #CDCDCD. Windows color (decimal): -2830916 or 12373460. OLE color: 12373460.

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

Color convert

RGB212205188-
CMYK00.030.110.17
HSL42.5º21.82%78.43%-
HSV(B)42.5º11.32%83.14%-
XYZ58.0661.2956.35-
YUV205.15118.32132.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.04%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=35.04%
G=33.88%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220518800.030.110.1742.521.8278.43
HexD4CDBC03B112b164e
Octal3243152740313215326116
Binary110101001100110110111100011101110001101011101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDBC; }

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

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

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

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

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

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

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

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