#E1CD9C

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

Shades of Double Colonial White #E1CD9C

Tints of Double Colonial White #E1CD9C

Color information

#E1CD9C (or 0xE1CD9C) is unknown color: approx Double Colonial White. HEX triplet: E1, CD and 9C. RGB value is (225,205,156). Sum of RGB (Red+Green+Blue) = 225+205+156=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 156 (61.33% from 255 or 26.62% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CD9C is #1E3263. Grayscale: #CDCDCD. Windows color (decimal): -1978980 or 10276321. OLE color: 10276321.

HSL color Cylindrical-coordinate representation of color #E1CD9C: hue angle of 42.61º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1CD9C is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB225205156-
CMYK00.090.310.12
HSL42.61º53.49%74.71%-
HSV(B)42.61º30.67%88.24%-
XYZ58.8862.0740.33-
YUV205.39100.13141.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 156 (61.33% from 255) = 26.62%
R=38.40%
G=34.98%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520515600.090.310.1242.6153.4974.71
HexE1CD9C091FC2b354b
Octal34131523401137145365113
Binary111000011100110110011100010011111111001010111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CD9C; }

 p { color: rgb(225,205,156); }

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

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

 a { background-color: rgb(225,205,156); }

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

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

 span { border-color: rgb(225,205,156); }

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