#E1CED7

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

Shades of Prim #E1CED7

Tints of Prim #E1CED7

Color information

#E1CED7 (or 0xE1CED7) is unknown color: approx Prim. HEX triplet: E1, CE and D7. RGB value is (225,206,215). Sum of RGB (Red+Green+Blue) = 225+206+215=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CED7 is #1E3128. Grayscale: #D4D4D4. Windows color (decimal): -1978665 or 14143201. OLE color: 14143201.

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

Color convert

RGB225206215-
CMYK00.080.040.12
HSL331.58º24.05%84.51%-
HSV(B)331.58º8.44%88.24%-
XYZ65.3965.0673.4-
YUV212.71129.29136.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.83%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 215 (84.38% from 255) = 33.28%
R=34.83%
G=31.89%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520621500.080.040.12331.5824.0584.51
HexE1CED7084C14c1855
Octal34131632701041451430125
Binary111000011100111011010111010001001100101001100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CED7; }

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

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

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

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

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

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

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

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