#E8CACD

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

Shades of Pale Rose #E8CACD

Tints of Pale Rose #E8CACD

Color information

#E8CACD (or 0xE8CACD) is unknown color: approx Pale Rose. HEX triplet: E8, CA and CD. RGB value is (232,202,205). Sum of RGB (Red+Green+Blue) = 232+202+205=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CACD is #173532. Grayscale: #D3D3D3. Windows color (decimal): -1520947 or 13486824. OLE color: 13486824.

HSL color Cylindrical-coordinate representation of color #E8CACD: hue angle of 354º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8CACD is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB232202205-
CMYK00.130.120.09
HSL354º39.47%85.1%-
HSV(B)354º12.93%90.98%-
XYZ65.4263.866.63-
YUV211.31124.44142.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.31%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=36.31%
G=31.61%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220220500.130.120.0935439.4785.1
HexE8CACD0DC91622755
Octal350312315015141154247125
Binary11101000110010101100110101101110010011011000101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CACD; }

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

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

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

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

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

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

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

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