#E5C4CF

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

Shades of Prim #E5C4CF

Tints of Prim #E5C4CF

Color information

#E5C4CF (or 0xE5C4CF) is unknown color: approx Prim. HEX triplet: E5, C4 and CF. RGB value is (229,196,207). Sum of RGB (Red+Green+Blue) = 229+196+207=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C4CF is #1A3B30. Grayscale: #CFCFCF. Windows color (decimal): -1719089 or 13616357. OLE color: 13616357.

HSL color Cylindrical-coordinate representation of color #E5C4CF: hue angle of 340º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5C4CF is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229196207-
CMYK00.140.100.10
HSL340º38.82%83.33%-
HSV(B)340º14.41%89.8%-
XYZ63.3260.6467.4-
YUV207.12127.93143.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.23%
GREEN value IS 196 (76.95% from 255) = 31.01%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=36.23%
G=31.01%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919620700.140.100.1034038.8283.33
HexE5C4CF0EAA1542753
Octal345304317016121252447123
Binary11100101110001001100111101110101010101010101001001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C4CF; }

 p { color: rgb(229,196,207); }

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

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

 a { background-color: rgb(229,196,207); }

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

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

 span { border-color: rgb(229,196,207); }

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