#E4CACD

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

Shades of Pale Rose #E4CACD

Tints of Pale Rose #E4CACD

Color information

#E4CACD (or 0xE4CACD) is unknown color: approx Pale Rose. HEX triplet: E4, CA and CD. RGB value is (228,202,205). Sum of RGB (Red+Green+Blue) = 228+202+205=635 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.91% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CACD is #1B3532. Grayscale: #D2D2D2. Windows color (decimal): -1783091 or 13486820. OLE color: 13486820.

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

Color convert

RGB228202205-
CMYK00.110.100.11
HSL353.08º32.5%84.31%-
HSV(B)353.08º11.4%89.41%-
XYZ64.1363.1466.57-
YUV210.12125.11140.76-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.91%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=35.91%
G=31.81%
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
Decimal22820220500.110.100.11353.0832.584.31
HexE4CACD0BAB1612054
Octal344312315013121354140124
Binary11100100110010101100110101011101010111011000011000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CACD; }

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

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

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

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

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

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

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

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