#E0CED9

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

Shades of Prim #E0CED9

Tints of Prim #E0CED9

Color information

#E0CED9 (or 0xE0CED9) is unknown color: approx Prim. HEX triplet: E0, CE and D9. RGB value is (224,206,217). Sum of RGB (Red+Green+Blue) = 224+206+217=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CED9 is #1F3126. Grayscale: #D4D4D4. Windows color (decimal): -2044199 or 14274272. OLE color: 14274272.

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

Color convert

RGB224206217-
CMYK00.080.030.12
HSL323.33º22.5%84.31%-
HSV(B)323.33º8.04%87.84%-
XYZ65.346574.75-
YUV212.64130.46136.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.62%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 217 (85.16% from 255) = 33.54%
R=34.62%
G=31.84%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420621700.080.030.12323.3322.584.31
HexE0CED9083C1431654
Octal34031633101031450326124
Binary11100000110011101101100101000111100101000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CED9; }

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

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

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

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

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

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

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

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