#E4CACF

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

Shades of Prim #E4CACF

Tints of Prim #E4CACF

Color information

#E4CACF (or 0xE4CACF) is unknown color: approx Prim. HEX triplet: E4, CA and CF. RGB value is (228,202,207). Sum of RGB (Red+Green+Blue) = 228+202+207=637 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.79% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CACF is #1B3530. Grayscale: #D2D2D2. Windows color (decimal): -1783089 or 13617892. OLE color: 13617892.

HSL color Cylindrical-coordinate representation of color #E4CACF: hue angle of 348.46º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CACF is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB228202207-
CMYK00.110.090.11
HSL348.46º32.5%84.31%-
HSV(B)348.46º11.4%89.41%-
XYZ64.3863.2467.84-
YUV210.34126.11140.59-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.79%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=35.79%
G=31.71%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820220700.110.090.11348.4632.584.31
HexE4CACF0B9B15c2054
Octal344312317013111353440124
Binary11100100110010101100111101011100110111010111001000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CACF; }

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

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

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

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

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

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

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

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