#E8C9D0

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

Shades of Prim #E8C9D0

Tints of Prim #E8C9D0

Color information

#E8C9D0 (or 0xE8C9D0) is unknown color: approx Prim. HEX triplet: E8, C9 and D0. RGB value is (232,201,208). Sum of RGB (Red+Green+Blue) = 232+201+208=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C9D0 is #17362F. Grayscale: #D3D3D3. Windows color (decimal): -1521200 or 13683176. OLE color: 13683176.

HSL color Cylindrical-coordinate representation of color #E8C9D0: hue angle of 346.45º degrees, saturation: 0.4, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8C9D0 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB232201208-
CMYK00.130.100.09
HSL346.45º40.26%84.9%-
HSV(B)346.45º13.36%90.98%-
XYZ65.5563.4868.47-
YUV211.07126.27142.93-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.19%
GREEN value IS 201 (78.91% from 255) = 31.36%
BLUE value IS 208 (81.64% from 255) = 32.45%
R=36.19%
G=31.36%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220120800.130.100.09346.4540.2684.9
HexE8C9D00DA915a2855
Octal350311320015121153250125
Binary11101000110010011101000001101101010011010110101010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C9D0; }

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

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

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

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

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

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

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

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