#E0D5C3

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

Shades of Blanc #E0D5C3

Tints of Blanc #E0D5C3

Color information

#E0D5C3 (or 0xE0D5C3) is unknown color: approx Blanc. HEX triplet: E0, D5 and C3. RGB value is (224,213,195). Sum of RGB (Red+Green+Blue) = 224+213+195=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D5C3 is #1F2A3C. Grayscale: #D6D6D6. Windows color (decimal): -2042429 or 12834272. OLE color: 12834272.

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

Color convert

RGB224213195-
CMYK00.050.130.12
HSL37.24º31.87%82.16%-
HSV(B)37.24º12.95%87.84%-
XYZ64.3967.3861.24-
YUV214.24117.14134.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.44%
GREEN value IS 213 (83.59% from 255) = 33.70%
BLUE value IS 195 (76.56% from 255) = 30.85%
R=35.44%
G=33.70%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421319500.050.130.1237.2431.8782.16
HexE0D5C305DC252052
Octal3403253030515144540122
Binary1110000011010101110000110101110111001001011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D5C3; }

 p { color: rgb(224,213,195); }

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

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

 a { background-color: rgb(224,213,195); }

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

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

 span { border-color: rgb(224,213,195); }

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