#EAC7CD

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

Shades of Pink Lace #EAC7CD

Tints of Pink Lace #EAC7CD

Color information

#EAC7CD (or 0xEAC7CD) is unknown color: approx Pink Lace. HEX triplet: EA, C7 and CD. RGB value is (234,199,205). Sum of RGB (Red+Green+Blue) = 234+199+205=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC7CD is #153832. Grayscale: #D2D2D2. Windows color (decimal): -1390643 or 13486058. OLE color: 13486058.

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

Color convert

RGB234199205-
CMYK00.150.120.08
HSL349.71º45.45%84.9%-
HSV(B)349.71º14.96%91.76%-
XYZ65.3762.7566.42-
YUV210.15125.1145.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 199 (78.12% from 255) = 31.19%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=36.68%
G=31.19%
B=32.13%

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
Decimal23419920500.150.120.08349.7145.4584.9
HexEAC7CD0FC815e2d55
Octal352307315017141053655125
Binary11101010110001111100110101111110010001010111101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7CD; }

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

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

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

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

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

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

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

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