#EECACE

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

Shades of Pale Rose #EECACE

Tints of Pale Rose #EECACE

Color information

#EECACE (or 0xEECACE) is unknown color: approx Pale Rose. HEX triplet: EE, CA and CE. RGB value is (238,202,206). Sum of RGB (Red+Green+Blue) = 238+202+206=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EECACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECACE is #113531. Grayscale: #D5D5D5. Windows color (decimal): -1127730 or 13552366. OLE color: 13552366.

HSL color Cylindrical-coordinate representation of color #EECACE: hue angle of 353.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECACE is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238202206-
CMYK00.150.130.07
HSL353.33º51.43%86.27%-
HSV(B)353.33º15.13%93.33%-
XYZ67.5264.8767.36-
YUV213.22123.93145.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.84%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 206 (80.86% from 255) = 31.89%
R=36.84%
G=31.27%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820220600.150.130.07353.3351.4386.27
HexEECACE0FD71613356
Octal35631231601715754163126
Binary1110111011001010110011100111111011111011000011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECACE; }

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

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

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

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

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

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

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

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