#EACCD5

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

Shades of Prim #EACCD5

Tints of Prim #EACCD5

Color information

#EACCD5 (or 0xEACCD5) is unknown color: approx Prim. HEX triplet: EA, CC and D5. RGB value is (234,204,213). Sum of RGB (Red+Green+Blue) = 234+204+213=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCD5 is #15332A. Grayscale: #D5D5D5. Windows color (decimal): -1389355 or 14011626. OLE color: 14011626.

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

Color convert

RGB234204213-
CMYK00.130.090.08
HSL342º41.67%85.88%-
HSV(B)342º12.82%91.76%-
XYZ67.5365.4872.03-
YUV214127.44142.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 213 (83.59% from 255) = 32.72%
R=35.94%
G=31.34%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420421300.130.090.0834241.6785.88
HexEACCD50D981562a56
Octal352314325015111052652126
Binary11101010110011001101010101101100110001010101101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCD5; }

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

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

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

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

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

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

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

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