#E5C9CE

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

Shades of Prim #E5C9CE

Tints of Prim #E5C9CE

Color information

#E5C9CE (or 0xE5C9CE) is unknown color: approx Prim. HEX triplet: E5, C9 and CE. RGB value is (229,201,206). Sum of RGB (Red+Green+Blue) = 229+201+206=636 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.01% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C9CE is #1A3631. Grayscale: #D1D1D1. Windows color (decimal): -1717810 or 13552101. OLE color: 13552101.

HSL color Cylindrical-coordinate representation of color #E5C9CE: hue angle of 349.29º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5C9CE is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229201206-
CMYK00.120.100.10
HSL349.29º35%84.31%-
HSV(B)349.29º12.23%89.8%-
XYZ64.3462.8967.14-
YUV209.94125.78141.59-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.01%
GREEN value IS 201 (78.91% from 255) = 31.60%
BLUE value IS 206 (80.86% from 255) = 32.39%
R=36.01%
G=31.60%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920120600.120.100.10349.293584.31
HexE5C9CE0CAA15d2354
Octal345311316014121253543124
Binary11100101110010011100111001100101010101010111011000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C9CE; }

 p { color: rgb(229,201,206); }

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

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

 a { background-color: rgb(229,201,206); }

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

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

 span { border-color: rgb(229,201,206); }

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