#E2C4CF

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

Shades of Prim #E2C4CF

Tints of Prim #E2C4CF

Color information

#E2C4CF (or 0xE2C4CF) is unknown color: approx Prim. HEX triplet: E2, C4 and CF. RGB value is (226,196,207). Sum of RGB (Red+Green+Blue) = 226+196+207=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C4CF is #1D3B30. Grayscale: #CECECE. Windows color (decimal): -1915697 or 13616354. OLE color: 13616354.

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

Color convert

RGB226196207-
CMYK00.130.080.11
HSL338º34.09%82.75%-
HSV(B)338º13.27%88.63%-
XYZ62.3760.1567.36-
YUV206.22128.44142.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.93%
GREEN value IS 196 (76.95% from 255) = 31.16%
BLUE value IS 207 (81.25% from 255) = 32.91%
R=35.93%
G=31.16%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619620700.130.080.1133834.0982.75
HexE2C4CF0D8B1522253
Octal342304317015101352242123
Binary11100010110001001100111101101100010111010100101000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C4CF; }

 p { color: rgb(226,196,207); }

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

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

 a { background-color: rgb(226,196,207); }

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

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

 span { border-color: rgb(226,196,207); }

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