#E3CED5

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

Shades of Prim #E3CED5

Tints of Prim #E3CED5

Color information

#E3CED5 (or 0xE3CED5) is unknown color: approx Prim. HEX triplet: E3, CE and D5. RGB value is (227,206,213). Sum of RGB (Red+Green+Blue) = 227+206+213=646 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.14% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CED5 is #1C312A. Grayscale: #D5D5D5. Windows color (decimal): -1847595 or 14012131. OLE color: 14012131.

HSL color Cylindrical-coordinate representation of color #E3CED5: hue angle of 340º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E3CED5 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB227206213-
CMYK00.090.060.11
HSL340º27.27%84.9%-
HSV(B)340º9.25%89.02%-
XYZ65.7665.2872.08-
YUV213.08127.96137.93-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.14%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 213 (83.59% from 255) = 32.97%
R=35.14%
G=31.89%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720621300.090.060.1134027.2784.9
HexE3CED5096B1541b55
Octal34331632501161352433125
Binary111000111100111011010101010011101011101010100110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CED5; }

 p { color: rgb(227,206,213); }

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

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

 a { background-color: rgb(227,206,213); }

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

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

 span { border-color: rgb(227,206,213); }

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