#E8C7CF

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

Shades of Prim #E8C7CF

Tints of Prim #E8C7CF

Color information

#E8C7CF (or 0xE8C7CF) is unknown color: approx Prim. HEX triplet: E8, C7 and CF. RGB value is (232,199,207). Sum of RGB (Red+Green+Blue) = 232+199+207=638 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.36% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C7CF is #173830. Grayscale: #D1D1D1. Windows color (decimal): -1521713 or 13617128. OLE color: 13617128.

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

Color convert

RGB232199207-
CMYK00.140.110.09
HSL345.45º41.77%84.51%-
HSV(B)345.45º14.22%90.98%-
XYZ64.9662.5167.67-
YUV209.78126.43143.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.36%
GREEN value IS 199 (78.12% from 255) = 31.19%
BLUE value IS 207 (81.25% from 255) = 32.45%
R=36.36%
G=31.19%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219920700.140.110.09345.4541.7784.51
HexE8C7CF0EB91592a55
Octal350307317016131153152125
Binary11101000110001111100111101110101110011010110011010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C7CF; }

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

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

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

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

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

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

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

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