#E5CACF

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

Shades of Prim #E5CACF

Tints of Prim #E5CACF

Color information

#E5CACF (or 0xE5CACF) is unknown color: approx Prim. HEX triplet: E5, CA and CF. RGB value is (229,202,207). Sum of RGB (Red+Green+Blue) = 229+202+207=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CACF is #1A3530. Grayscale: #D2D2D2. Windows color (decimal): -1717553 or 13617893. OLE color: 13617893.

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

Color convert

RGB229202207-
CMYK00.120.100.10
HSL348.89º34.18%84.51%-
HSV(B)348.89º11.79%89.8%-
XYZ64.763.467.86-
YUV210.64125.95141.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.89%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 207 (81.25% from 255) = 32.45%
R=35.89%
G=31.66%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920220700.120.100.10348.8934.1884.51
HexE5CACF0CAA15d2255
Octal345312317014121253542125
Binary11100101110010101100111101100101010101010111011000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CACF; }

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

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

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

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

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

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

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

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