#E2CACD

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

Shades of Pale Rose #E2CACD

Tints of Pale Rose #E2CACD

Color information

#E2CACD (or 0xE2CACD) is unknown color: approx Pale Rose. HEX triplet: E2, CA and CD. RGB value is (226,202,205). Sum of RGB (Red+Green+Blue) = 226+202+205=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CACD is #1D3532. Grayscale: #D1D1D1. Windows color (decimal): -1914163 or 13486818. OLE color: 13486818.

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

Color convert

RGB226202205-
CMYK00.110.090.11
HSL352.5º29.27%83.92%-
HSV(B)352.5º10.62%88.63%-
XYZ63.562.8266.54-
YUV209.52125.45139.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.70%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=35.70%
G=31.91%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620220500.110.090.11352.529.2783.92
HexE2CACD0B9B1601d54
Octal342312315013111354035124
Binary1110001011001010110011010101110011011101100000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CACD; }

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

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

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

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

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

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

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

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