#E2CACC

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

Shades of Pale Rose #E2CACC

Tints of Pale Rose #E2CACC

Color information

#E2CACC (or 0xE2CACC) is unknown color: approx Pale Rose. HEX triplet: E2, CA and CC. RGB value is (226,202,204). Sum of RGB (Red+Green+Blue) = 226+202+204=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CACC is #1D3533. Grayscale: #D1D1D1. Windows color (decimal): -1914164 or 13421282. OLE color: 13421282.

HSL color Cylindrical-coordinate representation of color #E2CACC: hue angle of 355º degrees, saturation: 0.29, 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 #E2CACC is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB226202204-
CMYK00.110.100.11
HSL355º29.27%83.92%-
HSV(B)355º10.62%88.63%-
XYZ63.3862.7765.9-
YUV209.4124.95139.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.76%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=35.76%
G=31.96%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620220400.110.100.1135529.2783.92
HexE2CACC0BAB1631d54
Octal342312314013121354335124
Binary1110001011001010110011000101110101011101100011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CACC; }

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

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

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

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

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

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

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

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