#E9CACD

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

Shades of Pale Rose #E9CACD

Tints of Pale Rose #E9CACD

Color information

#E9CACD (or 0xE9CACD) is unknown color: approx Pale Rose. HEX triplet: E9, CA and CD. RGB value is (233,202,205). Sum of RGB (Red+Green+Blue) = 233+202+205=640 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.41% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CACD is #163532. Grayscale: #D3D3D3. Windows color (decimal): -1455411 or 13486825. OLE color: 13486825.

HSL color Cylindrical-coordinate representation of color #E9CACD: hue angle of 354.19º 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 #E9CACD is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233202205-
CMYK00.130.120.09
HSL354.19º41.33%85.29%-
HSV(B)354.19º13.3%91.37%-
XYZ65.7463.9766.64-
YUV211.61124.27143.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.41%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=36.41%
G=31.56%
B=32.03%

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
Decimal23320220500.130.120.09354.1941.3385.29
HexE9CACD0DC91622955
Octal351312315015141154251125
Binary11101001110010101100110101101110010011011000101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CACD; }

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

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

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

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

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

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

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

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