#EACBCD

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

Shades of Pale Rose #EACBCD

Tints of Pale Rose #EACBCD

Color information

#EACBCD (or 0xEACBCD) is unknown color: approx Pale Rose. HEX triplet: EA, CB and CD. RGB value is (234,203,205). Sum of RGB (Red+Green+Blue) = 234+203+205=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBCD is #153432. Grayscale: #D4D4D4. Windows color (decimal): -1389619 or 13487082. OLE color: 13487082.

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

Color convert

RGB234203205-
CMYK00.130.120.08
HSL356.13º42.47%85.69%-
HSV(B)356.13º13.25%91.76%-
XYZ66.3164.6166.73-
YUV212.5123.77143.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 203 (79.69% from 255) = 31.62%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=36.45%
G=31.62%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420320500.130.120.08356.1342.4785.69
HexEACBCD0DC81642a56
Octal352313315015141054452126
Binary11101010110010111100110101101110010001011001001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBCD; }

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

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

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

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

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

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

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

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