#E8CACE

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

Shades of Pale Rose #E8CACE

Tints of Pale Rose #E8CACE

Color information

#E8CACE (or 0xE8CACE) is unknown color: approx Pale Rose. HEX triplet: E8, CA and CE. RGB value is (232,202,206). Sum of RGB (Red+Green+Blue) = 232+202+206=640 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.25% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CACE is #173531. Grayscale: #D3D3D3. Windows color (decimal): -1520946 or 13552360. OLE color: 13552360.

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

Color convert

RGB232202206-
CMYK00.130.110.09
HSL352º39.47%85.1%-
HSV(B)352º12.93%90.98%-
XYZ65.5463.8567.26-
YUV211.43124.94142.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.25%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 206 (80.86% from 255) = 32.19%
R=36.25%
G=31.56%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220220600.130.110.0935239.4785.1
HexE8CACE0DB91602755
Octal350312316015131154047125
Binary11101000110010101100111001101101110011011000001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CACE; }

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

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

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

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

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

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

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

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