#E0CACB

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

Shades of Pale Rose #E0CACB

Tints of Pale Rose #E0CACB

Color information

#E0CACB (or 0xE0CACB) is unknown color: approx Pale Rose. HEX triplet: E0, CA and CB. RGB value is (224,202,203). Sum of RGB (Red+Green+Blue) = 224+202+203=629 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.61% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CACB is #1F3534. Grayscale: #D0D0D0. Windows color (decimal): -2045237 or 13355744. OLE color: 13355744.

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

Color convert

RGB224202203-
CMYK00.100.090.12
HSL357.27º26.19%83.53%-
HSV(B)357.27º9.82%87.84%-
XYZ62.6462.465.24-
YUV208.69124.79138.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.61%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=35.61%
G=32.11%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420220300.100.090.12357.2726.1983.53
HexE0CACB0A9C1651a54
Octal340312313012111454532124
Binary1110000011001010110010110101010011100101100101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CACB; }

 p { color: rgb(224,202,203); }

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

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

 a { background-color: rgb(224,202,203); }

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

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

 span { border-color: rgb(224,202,203); }

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