#E5C3D2

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

Shades of Prim #E5C3D2

Tints of Prim #E5C3D2

Color information

#E5C3D2 (or 0xE5C3D2) is unknown color: approx Prim. HEX triplet: E5, C3 and D2. RGB value is (229,195,210). Sum of RGB (Red+Green+Blue) = 229+195+210=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C3D2 is #1A3C2D. Grayscale: #CECECE. Windows color (decimal): -1719342 or 13812709. OLE color: 13812709.

HSL color Cylindrical-coordinate representation of color #E5C3D2: hue angle of 333.53º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5C3D2 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB229195210-
CMYK00.150.080.10
HSL333.53º39.53%83.14%-
HSV(B)333.53º14.85%89.8%-
XYZ63.4660.3469.28-
YUV206.88129.76143.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.12%
GREEN value IS 195 (76.56% from 255) = 30.76%
BLUE value IS 210 (82.42% from 255) = 33.12%
R=36.12%
G=30.76%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919521000.150.080.10333.5339.5383.14
HexE5C3D20F8A14e2853
Octal345303322017101251650123
Binary11100101110000111101001001111100010101010011101010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C3D2; }

 p { color: rgb(229,195,210); }

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

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

 a { background-color: rgb(229,195,210); }

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

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

 span { border-color: rgb(229,195,210); }

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