#E9CACF

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

Shades of Pale Rose #E9CACF

Tints of Pale Rose #E9CACF

Color information

#E9CACF (or 0xE9CACF) is unknown color: approx Pale Rose. HEX triplet: E9, CA and CF. RGB value is (233,202,207). Sum of RGB (Red+Green+Blue) = 233+202+207=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CACF is #163530. Grayscale: #D3D3D3. Windows color (decimal): -1455409 or 13617897. OLE color: 13617897.

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

Color convert

RGB233202207-
CMYK00.130.110.09
HSL350.32º41.33%85.29%-
HSV(B)350.32º13.3%91.37%-
XYZ65.9964.0767.92-
YUV211.84125.27143.09-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.29%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 207 (81.25% from 255) = 32.24%
R=36.29%
G=31.46%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320220700.130.110.09350.3241.3385.29
HexE9CACF0DB915e2955
Octal351312317015131153651125
Binary11101001110010101100111101101101110011010111101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CACF; }

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

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

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

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

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

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

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

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