#E0CACC

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

Shades of Pale Rose #E0CACC

Tints of Pale Rose #E0CACC

Color information

#E0CACC (or 0xE0CACC) is unknown color: approx Pale Rose. HEX triplet: E0, CA and CC. RGB value is (224,202,204). Sum of RGB (Red+Green+Blue) = 224+202+204=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CACC is #1F3533. Grayscale: #D0D0D0. Windows color (decimal): -2045236 or 13421280. OLE color: 13421280.

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

Color convert

RGB224202204-
CMYK00.100.090.12
HSL354.55º26.19%83.53%-
HSV(B)354.55º9.82%87.84%-
XYZ62.7662.4565.87-
YUV208.81125.29138.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.56%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=35.56%
G=32.06%
B=32.38%

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
Decimal22420220400.100.090.12354.5526.1983.53
HexE0CACC0A9C1631a54
Octal340312314012111454332124
Binary1110000011001010110011000101010011100101100011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CACC; }

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

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

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

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

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

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

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

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