#E4C4D2

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

Shades of Prim #E4C4D2

Tints of Prim #E4C4D2

Color information

#E4C4D2 (or 0xE4C4D2) is unknown color: approx Prim. HEX triplet: E4, C4 and D2. RGB value is (228,196,210). Sum of RGB (Red+Green+Blue) = 228+196+210=634 (83% of max value = 765). Red value is 228 (89.45% from 255 or 35.96% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C4D2 is #1B3B2D. Grayscale: #CFCFCF. Windows color (decimal): -1784622 or 13812964. OLE color: 13812964.

HSL color Cylindrical-coordinate representation of color #E4C4D2: hue angle of 333.75º degrees, saturation: 0.37, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E4C4D2 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB228196210-
CMYK00.140.080.11
HSL333.75º37.21%83.14%-
HSV(B)333.75º14.04%89.41%-
XYZ63.3760.6369.34-
YUV207.16129.6142.86-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.96%
GREEN value IS 196 (76.95% from 255) = 30.91%
BLUE value IS 210 (82.42% from 255) = 33.12%
R=35.96%
G=30.91%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819621000.140.080.11333.7537.2183.14
HexE4C4D20E8B14e2553
Octal344304322016101351645123
Binary11100100110001001101001001110100010111010011101001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C4D2; }

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

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

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

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

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

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

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

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