#E1C3CE

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

Shades of Prim #E1C3CE

Tints of Prim #E1C3CE

Color information

#E1C3CE (or 0xE1C3CE) is unknown color: approx Prim. HEX triplet: E1, C3 and CE. RGB value is (225,195,206). Sum of RGB (Red+Green+Blue) = 225+195+206=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C3CE is #1E3C31. Grayscale: #CDCDCD. Windows color (decimal): -1981490 or 13550561. OLE color: 13550561.

HSL color Cylindrical-coordinate representation of color #E1C3CE: hue angle of 338º degrees, saturation: 0.33, 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 #E1C3CE is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225195206-
CMYK00.130.080.12
HSL338º33.33%82.35%-
HSV(B)338º13.33%88.24%-
XYZ61.7159.4966.62-
YUV205.22128.44142.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.94%
GREEN value IS 195 (76.56% from 255) = 31.15%
BLUE value IS 206 (80.86% from 255) = 32.91%
R=35.94%
G=31.15%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519520600.130.080.1233833.3382.35
HexE1C3CE0D8C1522152
Octal341303316015101452241122
Binary11100001110000111100111001101100011001010100101000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C3CE; }

 p { color: rgb(225,195,206); }

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

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

 a { background-color: rgb(225,195,206); }

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

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

 span { border-color: rgb(225,195,206); }

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