#E1D5C0

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

Shades of Blanc #E1D5C0

Tints of Blanc #E1D5C0

Color information

#E1D5C0 (or 0xE1D5C0) is unknown color: approx Blanc. HEX triplet: E1, D5 and C0. RGB value is (225,213,192). Sum of RGB (Red+Green+Blue) = 225+213+192=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D5C0 is #1E2A3F. Grayscale: #D6D6D6. Windows color (decimal): -1976896 or 12637665. OLE color: 12637665.

HSL color Cylindrical-coordinate representation of color #E1D5C0: hue angle of 38.18º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1D5C0 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB225213192-
CMYK00.050.150.12
HSL38.18º35.48%81.76%-
HSV(B)38.18º14.67%88.24%-
XYZ64.3667.459.49-
YUV214.19115.48135.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 213 (83.59% from 255) = 33.81%
BLUE value IS 192 (75.39% from 255) = 30.48%
R=35.71%
G=33.81%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521319200.050.150.1238.1835.4881.76
HexE1D5C005FC262352
Octal3413253000517144643122
Binary1110000111010101110000000101111111001001101000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D5C0; }

 p { color: rgb(225,213,192); }

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

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

 a { background-color: rgb(225,213,192); }

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

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

 span { border-color: rgb(225,213,192); }

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