#E8C5CF

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

Shades of Prim #E8C5CF

Tints of Prim #E8C5CF

Color information

#E8C5CF (or 0xE8C5CF) is unknown color: approx Prim. HEX triplet: E8, C5 and CF. RGB value is (232,197,207). Sum of RGB (Red+Green+Blue) = 232+197+207=636 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.48% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C5CF is #173A30. Grayscale: #D0D0D0. Windows color (decimal): -1522225 or 13616616. OLE color: 13616616.

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

Color convert

RGB232197207-
CMYK00.150.110.09
HSL342.86º43.21%84.12%-
HSV(B)342.86º15.09%90.98%-
XYZ64.5161.5967.52-
YUV208.6127.1144.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.48%
GREEN value IS 197 (77.34% from 255) = 30.97%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=36.48%
G=30.97%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219720700.150.110.09342.8643.2184.12
HexE8C5CF0FB91572b54
Octal350305317017131152753124
Binary11101000110001011100111101111101110011010101111010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C5CF; }

 p { color: rgb(232,197,207); }

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

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

 a { background-color: rgb(232,197,207); }

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

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

 span { border-color: rgb(232,197,207); }

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