#E0CED8

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

Shades of Prim #E0CED8

Tints of Prim #E0CED8

Color information

#E0CED8 (or 0xE0CED8) is unknown color: approx Prim. HEX triplet: E0, CE and D8. RGB value is (224,206,216). Sum of RGB (Red+Green+Blue) = 224+206+216=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CED8 is #1F3127. Grayscale: #D4D4D4. Windows color (decimal): -2044200 or 14208736. OLE color: 14208736.

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

Color convert

RGB224206216-
CMYK00.080.040.12
HSL326.67º22.5%84.31%-
HSV(B)326.67º8.04%87.84%-
XYZ65.2164.9574.07-
YUV212.52129.96136.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.67%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 216 (84.77% from 255) = 33.44%
R=34.67%
G=31.89%
B=33.44%

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
Decimal22420621600.080.040.12326.6722.584.31
HexE0CED8084C1471654
Octal34031633001041450726124
Binary111000001100111011011000010001001100101000111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CED8; }

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

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

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

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

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

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

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

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