#EAC8CD

Color #EAC8CD Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #EAC8CD

Tints of Pink Lace #EAC8CD

Color information

#EAC8CD (or 0xEAC8CD) is unknown color: approx Pink Lace. HEX triplet: EA, C8 and CD. RGB value is (234,200,205). Sum of RGB (Red+Green+Blue) = 234+200+205=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8CD is #153732. Grayscale: #D2D2D2. Windows color (decimal): -1390387 or 13486314. OLE color: 13486314.

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

Color convert

RGB234200205-
CMYK00.150.120.08
HSL351.18º44.74%85.1%-
HSV(B)351.18º14.53%91.76%-
XYZ65.6163.2166.5-
YUV210.74124.76144.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 200 (78.52% from 255) = 31.30%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=36.62%
G=31.30%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420020500.150.120.08351.1844.7485.1
HexEAC8CD0FC815f2d55
Octal352310315017141053755125
Binary11101010110010001100110101111110010001010111111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC8CD; }

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

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

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

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

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

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

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

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