#E7C5D7

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

Shades of Prim #E7C5D7

Tints of Prim #E7C5D7

Color information

#E7C5D7 (or 0xE7C5D7) is unknown color: approx Prim. HEX triplet: E7, C5 and D7. RGB value is (231,197,215). Sum of RGB (Red+Green+Blue) = 231+197+215=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C5D7 is #183A28. Grayscale: #D1D1D1. Windows color (decimal): -1587753 or 14140903. OLE color: 14140903.

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

Color convert

RGB231197215-
CMYK00.150.070.09
HSL328.24º41.46%83.92%-
HSV(B)328.24º14.72%90.59%-
XYZ65.1961.8372.79-
YUV209.22131.26143.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.93%
GREEN value IS 197 (77.34% from 255) = 30.64%
BLUE value IS 215 (84.38% from 255) = 33.44%
R=35.93%
G=30.64%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119721500.150.070.09328.2441.4683.92
HexE7C5D70F791482954
Octal34730532701771151051124
Binary1110011111000101110101110111111110011010010001010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C5D7; }

 p { color: rgb(231,197,215); }

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

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

 a { background-color: rgb(231,197,215); }

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

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

 span { border-color: rgb(231,197,215); }

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