#E0CED3

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

Shades of Prim #E0CED3

Tints of Prim #E0CED3

Color information

#E0CED3 (or 0xE0CED3) is unknown color: approx Prim. HEX triplet: E0, CE and D3. RGB value is (224,206,211). Sum of RGB (Red+Green+Blue) = 224+206+211=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CED3 is #1F312C. Grayscale: #D3D3D3. Windows color (decimal): -2044205 or 13881056. OLE color: 13881056.

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

Color convert

RGB224206211-
CMYK00.080.060.12
HSL343.33º22.5%84.31%-
HSV(B)343.33º8.04%87.84%-
XYZ64.5764.6970.71-
YUV211.95127.46136.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 211 (82.81% from 255) = 32.92%
R=34.95%
G=32.14%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420621100.080.060.12343.3322.584.31
HexE0CED3086C1571654
Octal34031632301061452726124
Binary111000001100111011010011010001101100101010111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CED3; }

 p { color: rgb(224,206,211); }

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

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

 a { background-color: rgb(224,206,211); }

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

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

 span { border-color: rgb(224,206,211); }

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