#E7C4D2

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

Shades of Prim #E7C4D2

Tints of Prim #E7C4D2

Color information

#E7C4D2 (or 0xE7C4D2) is unknown color: approx Prim. HEX triplet: E7, C4 and D2. RGB value is (231,196,210). Sum of RGB (Red+Green+Blue) = 231+196+210=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C4D2 is #183B2D. Grayscale: #D0D0D0. Windows color (decimal): -1588014 or 13812967. OLE color: 13812967.

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

Color convert

RGB231196210-
CMYK00.150.090.09
HSL336º42.17%83.73%-
HSV(B)336º15.15%90.59%-
XYZ64.3361.1269.38-
YUV208.06129.1144.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.26%
GREEN value IS 196 (76.95% from 255) = 30.77%
BLUE value IS 210 (82.42% from 255) = 32.97%
R=36.26%
G=30.77%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119621000.150.090.0933642.1783.73
HexE7C4D20F991502a54
Octal347304322017111152052124
Binary11100111110001001101001001111100110011010100001010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C4D2; }

 p { color: rgb(231,196,210); }

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

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

 a { background-color: rgb(231,196,210); }

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

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

 span { border-color: rgb(231,196,210); }

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