#E0C4CD

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

Shades of Prim #E0C4CD

Tints of Prim #E0C4CD

Color information

#E0C4CD (or 0xE0C4CD) is unknown color: approx Prim. HEX triplet: E0, C4 and CD. RGB value is (224,196,205). Sum of RGB (Red+Green+Blue) = 224+196+205=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C4CD is #1F3B32. Grayscale: #CDCDCD. Windows color (decimal): -2046771 or 13485280. OLE color: 13485280.

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

Color convert

RGB224196205-
CMYK00.120.080.12
HSL340.71º31.11%82.35%-
HSV(B)340.71º12.5%87.84%-
XYZ61.559.7366.05-
YUV205.4127.78141.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.84%
GREEN value IS 196 (76.95% from 255) = 31.36%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=35.84%
G=31.36%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419620500.120.080.12340.7131.1182.35
HexE0C4CD0C8C1551f52
Octal340304315014101452537122
Binary1110000011000100110011010110010001100101010101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C4CD; }

 p { color: rgb(224,196,205); }

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

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

 a { background-color: rgb(224,196,205); }

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

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

 span { border-color: rgb(224,196,205); }

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