#E9CACE

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

Shades of Pale Rose #E9CACE

Tints of Pale Rose #E9CACE

Color information

#E9CACE (or 0xE9CACE) is unknown color: approx Pale Rose. HEX triplet: E9, CA and CE. RGB value is (233,202,206). Sum of RGB (Red+Green+Blue) = 233+202+206=641 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.35% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CACE is #163531. Grayscale: #D3D3D3. Windows color (decimal): -1455410 or 13552361. OLE color: 13552361.

HSL color Cylindrical-coordinate representation of color #E9CACE: hue angle of 352.26º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CACE is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233202206-
CMYK00.130.120.09
HSL352.26º41.33%85.29%-
HSV(B)352.26º13.3%91.37%-
XYZ65.8764.0267.28-
YUV211.72124.77143.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.35%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=36.35%
G=31.51%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320220600.130.120.09352.2641.3385.29
HexE9CACE0DC91602955
Octal351312316015141154051125
Binary11101001110010101100111001101110010011011000001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CACE; }

 p { color: rgb(233,202,206); }

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

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

 a { background-color: rgb(233,202,206); }

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

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

 span { border-color: rgb(233,202,206); }

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