#E7C9D0

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

Shades of Prim #E7C9D0

Tints of Prim #E7C9D0

Color information

#E7C9D0 (or 0xE7C9D0) is unknown color: approx Prim. HEX triplet: E7, C9 and D0. RGB value is (231,201,208). Sum of RGB (Red+Green+Blue) = 231+201+208=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C9D0 is #18362F. Grayscale: #D2D2D2. Windows color (decimal): -1586736 or 13683175. OLE color: 13683175.

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

Color convert

RGB231201208-
CMYK00.130.100.09
HSL346º38.46%84.71%-
HSV(B)346º12.99%90.59%-
XYZ65.2363.3268.46-
YUV210.77126.44142.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.09%
GREEN value IS 201 (78.91% from 255) = 31.41%
BLUE value IS 208 (81.64% from 255) = 32.5%
R=36.09%
G=31.41%
B=32.5%

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
Decimal23120120800.130.100.0934638.4684.71
HexE7C9D00DA915a2655
Octal347311320015121153246125
Binary11100111110010011101000001101101010011010110101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C9D0; }

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

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

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

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

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

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

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

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