#E1CED2

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

Shades of Prim #E1CED2

Tints of Prim #E1CED2

Color information

#E1CED2 (or 0xE1CED2) is unknown color: approx Prim. HEX triplet: E1, CE and D2. RGB value is (225,206,210). Sum of RGB (Red+Green+Blue) = 225+206+210=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CED2 is #1E312D. Grayscale: #D4D4D4. Windows color (decimal): -1978670 or 13815521. OLE color: 13815521.

HSL color Cylindrical-coordinate representation of color #E1CED2: hue angle of 347.37º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1CED2 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB225206210-
CMYK00.080.070.12
HSL347.37º24.05%84.51%-
HSV(B)347.37º8.44%88.24%-
XYZ64.7664.870.07-
YUV212.14126.79137.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.10%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 210 (82.42% from 255) = 32.76%
R=35.10%
G=32.14%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520621000.080.070.12347.3724.0584.51
HexE1CED2087C15b1855
Octal34131632201071453330125
Binary111000011100111011010010010001111100101011011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CED2; }

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

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

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

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

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

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

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

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