#E0D3C0

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

Shades of Blanc #E0D3C0

Tints of Blanc #E0D3C0

Color information

#E0D3C0 (or 0xE0D3C0) is unknown color: approx Blanc. HEX triplet: E0, D3 and C0. RGB value is (224,211,192). Sum of RGB (Red+Green+Blue) = 224+211+192=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D3C0 is #1F2C3F. Grayscale: #D4D4D4. Windows color (decimal): -2042944 or 12637152. OLE color: 12637152.

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

Color convert

RGB224211192-
CMYK00.060.140.12
HSL35.63º34.04%81.57%-
HSV(B)35.63º14.29%87.84%-
XYZ63.5566.2459.31-
YUV212.72116.31136.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.73%
GREEN value IS 211 (82.81% from 255) = 33.65%
BLUE value IS 192 (75.39% from 255) = 30.62%
R=35.73%
G=33.65%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421119200.060.140.1235.6334.0481.57
HexE0D3C006EC242252
Octal3403233000616144442122
Binary1110000011010011110000000110111011001001001000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D3C0; }

 p { color: rgb(224,211,192); }

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

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

 a { background-color: rgb(224,211,192); }

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

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

 span { border-color: rgb(224,211,192); }

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