#E4CACC

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

Shades of Pale Rose #E4CACC

Tints of Pale Rose #E4CACC

Color information

#E4CACC (or 0xE4CACC) is unknown color: approx Pale Rose. HEX triplet: E4, CA and CC. RGB value is (228,202,204). Sum of RGB (Red+Green+Blue) = 228+202+204=634 (83% of max value = 765). Red value is 228 (89.45% from 255 or 35.96% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CACC is #1B3533. Grayscale: #D2D2D2. Windows color (decimal): -1783092 or 13421284. OLE color: 13421284.

HSL color Cylindrical-coordinate representation of color #E4CACC: hue angle of 355.38º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CACC is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228202204-
CMYK00.110.110.11
HSL355.38º32.5%84.31%-
HSV(B)355.38º11.4%89.41%-
XYZ64.0163.0965.93-
YUV210124.61140.84-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.96%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 204 (80.08% from 255) = 32.18%
R=35.96%
G=31.86%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820220400.110.110.11355.3832.584.31
HexE4CACC0BBB1632054
Octal344312314013131354340124
Binary11100100110010101100110001011101110111011000111000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CACC; }

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

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

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

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

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

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

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

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