#E2D29C

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

Shades of Double Colonial White #E2D29C

Tints of Double Colonial White #E2D29C

Color information

#E2D29C (or 0xE2D29C) is unknown color: approx Double Colonial White. HEX triplet: E2, D2 and 9C. RGB value is (226,210,156). Sum of RGB (Red+Green+Blue) = 226+210+156=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 156 (61.33% from 255 or 26.35% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D29C is #1D2D63. Grayscale: #D0D0D0. Windows color (decimal): -1912164 or 10277602. OLE color: 10277602.

HSL color Cylindrical-coordinate representation of color #E2D29C: hue angle of 46.29º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2D29C is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226210156-
CMYK00.070.310.11
HSL46.29º54.69%74.9%-
HSV(B)46.29º30.97%88.63%-
XYZ60.4164.6640.75-
YUV208.6398.3140.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.18%
GREEN value IS 210 (82.42% from 255) = 35.47%
BLUE value IS 156 (61.33% from 255) = 26.35%
R=38.18%
G=35.47%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621015600.070.310.1146.2954.6974.9
HexE2D29C071FB2e374b
Octal3423222340737135667113
Binary11100010110100101001110001111111110111011101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D29C; }

 p { color: rgb(226,210,156); }

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

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

 a { background-color: rgb(226,210,156); }

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

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

 span { border-color: rgb(226,210,156); }

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