#E8C5D0

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

Shades of Prim #E8C5D0

Tints of Prim #E8C5D0

Color information

#E8C5D0 (or 0xE8C5D0) is unknown color: approx Prim. HEX triplet: E8, C5 and D0. RGB value is (232,197,208). Sum of RGB (Red+Green+Blue) = 232+197+208=637 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.42% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C5D0 is #173A2F. Grayscale: #D0D0D0. Windows color (decimal): -1522224 or 13682152. OLE color: 13682152.

HSL color Cylindrical-coordinate representation of color #E8C5D0: hue angle of 341.14º 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 #E8C5D0 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB232197208-
CMYK00.150.100.09
HSL341.14º43.21%84.12%-
HSV(B)341.14º15.09%90.98%-
XYZ64.6361.6468.17-
YUV208.72127.6144.61-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.42%
GREEN value IS 197 (77.34% from 255) = 30.93%
BLUE value IS 208 (81.64% from 255) = 32.65%
R=36.42%
G=30.93%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219720800.150.100.09341.1443.2184.12
HexE8C5D00FA91552b54
Octal350305320017121152553124
Binary11101000110001011101000001111101010011010101011010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C5D0; }

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

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

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

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

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

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

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

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