#E7C7CE

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

Shades of Prim #E7C7CE

Tints of Prim #E7C7CE

Color information

#E7C7CE (or 0xE7C7CE) is unknown color: approx Prim. HEX triplet: E7, C7 and CE. RGB value is (231,199,206). Sum of RGB (Red+Green+Blue) = 231+199+206=636 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.32% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C7CE is #183831. Grayscale: #D1D1D1. Windows color (decimal): -1587250 or 13551591. OLE color: 13551591.

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

Color convert

RGB231199206-
CMYK00.140.110.09
HSL346.88º40%84.31%-
HSV(B)346.88º13.85%90.59%-
XYZ64.5262.2967.02-
YUV209.37126.1143.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.32%
GREEN value IS 199 (78.12% from 255) = 31.29%
BLUE value IS 206 (80.86% from 255) = 32.39%
R=36.32%
G=31.29%
B=32.39%

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
Decimal23119920600.140.110.09346.884084.31
HexE7C7CE0EB915b2854
Octal347307316016131153350124
Binary11100111110001111100111001110101110011010110111010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C7CE; }

 p { color: rgb(231,199,206); }

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

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

 a { background-color: rgb(231,199,206); }

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

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

 span { border-color: rgb(231,199,206); }

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