#E2C9CD

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

Shades of Prim #E2C9CD

Tints of Prim #E2C9CD

Color information

#E2C9CD (or 0xE2C9CD) is unknown color: approx Prim. HEX triplet: E2, C9 and CD. RGB value is (226,201,205). Sum of RGB (Red+Green+Blue) = 226+201+205=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C9CD is #1D3632. Grayscale: #D0D0D0. Windows color (decimal): -1914419 or 13486562. OLE color: 13486562.

HSL color Cylindrical-coordinate representation of color #E2C9CD: hue angle of 350.4º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2C9CD is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB226201205-
CMYK00.110.090.11
HSL350.4º30.12%83.73%-
HSV(B)350.4º11.06%88.63%-
XYZ63.2762.3566.46-
YUV208.93125.78140.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.76%
GREEN value IS 201 (78.91% from 255) = 31.80%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=35.76%
G=31.80%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620120500.110.090.11350.430.1283.73
HexE2C9CD0B9B15e1e54
Octal342311315013111353636124
Binary1110001011001001110011010101110011011101011110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C9CD; }

 p { color: rgb(226,201,205); }

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

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

 a { background-color: rgb(226,201,205); }

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

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

 span { border-color: rgb(226,201,205); }

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