#EACDCE

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

Shades of Pale Rose #EACDCE

Tints of Pale Rose #EACDCE

Color information

#EACDCE (or 0xEACDCE) is unknown color: approx Pale Rose. HEX triplet: EA, CD and CE. RGB value is (234,205,206). Sum of RGB (Red+Green+Blue) = 234+205+206=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDCE is #153231. Grayscale: #D5D5D5. Windows color (decimal): -1389106 or 13553130. OLE color: 13553130.

HSL color Cylindrical-coordinate representation of color #EACDCE: hue angle of 357.93º degrees, saturation: 0.41, 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 #EACDCE is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234205206-
CMYK00.120.120.08
HSL357.93º40.85%86.08%-
HSV(B)357.93º12.39%91.76%-
XYZ66.965.6167.53-
YUV213.78123.61142.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 205 (80.47% from 255) = 31.78%
BLUE value IS 206 (80.86% from 255) = 31.94%
R=36.28%
G=31.78%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420520600.120.120.08357.9340.8586.08
HexEACDCE0CC81662956
Octal352315316014141054651126
Binary11101010110011011100111001100110010001011001101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDCE; }

 p { color: rgb(234,205,206); }

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

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

 a { background-color: rgb(234,205,206); }

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

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

 span { border-color: rgb(234,205,206); }

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