#E2C6D2

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

Shades of Prim #E2C6D2

Tints of Prim #E2C6D2

Color information

#E2C6D2 (or 0xE2C6D2) is unknown color: approx Prim. HEX triplet: E2, C6 and D2. RGB value is (226,198,210). Sum of RGB (Red+Green+Blue) = 226+198+210=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C6D2 is #1D392D. Grayscale: #CFCFCF. Windows color (decimal): -1915182 or 13813474. OLE color: 13813474.

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

Color convert

RGB226198210-
CMYK00.120.070.11
HSL334.29º32.56%83.14%-
HSV(B)334.29º12.39%88.63%-
XYZ63.1961.2169.46-
YUV207.74129.28141.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.65%
GREEN value IS 198 (77.73% from 255) = 31.23%
BLUE value IS 210 (82.42% from 255) = 33.12%
R=35.65%
G=31.23%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619821000.120.070.11334.2932.5683.14
HexE2C6D20C7B14e2153
Octal34230632201471351641123
Binary1110001011000110110100100110011110111010011101000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C6D2; }

 p { color: rgb(226,198,210); }

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

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

 a { background-color: rgb(226,198,210); }

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

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

 span { border-color: rgb(226,198,210); }

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