#EACFD5

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

Shades of Pale Rose #EACFD5

Tints of Pale Rose #EACFD5

Color information

#EACFD5 (or 0xEACFD5) is unknown color: approx Pale Rose. HEX triplet: EA, CF and D5. RGB value is (234,207,213). Sum of RGB (Red+Green+Blue) = 234+207+213=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFD5 is #15302A. Grayscale: #D7D7D7. Windows color (decimal): -1388587 or 14012394. OLE color: 14012394.

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

Color convert

RGB234207213-
CMYK00.120.090.08
HSL346.67º39.13%86.47%-
HSV(B)346.67º11.54%91.76%-
XYZ68.2566.9272.27-
YUV215.76126.45141.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 207 (81.25% from 255) = 31.65%
BLUE value IS 213 (83.59% from 255) = 32.57%
R=35.78%
G=31.65%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420721300.120.090.08346.6739.1386.47
HexEACFD50C9815b2756
Octal352317325014111053347126
Binary11101010110011111101010101100100110001010110111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFD5; }

 p { color: rgb(234,207,213); }

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

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

 a { background-color: rgb(234,207,213); }

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

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

 span { border-color: rgb(234,207,213); }

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