#EACDD5

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

Shades of Prim #EACDD5

Tints of Prim #EACDD5

Color information

#EACDD5 (or 0xEACDD5) is unknown color: approx Prim. HEX triplet: EA, CD and D5. RGB value is (234,205,213). Sum of RGB (Red+Green+Blue) = 234+205+213=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDD5 is #15322A. Grayscale: #D6D6D6. Windows color (decimal): -1389099 or 14011882. OLE color: 14011882.

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

Color convert

RGB234205213-
CMYK00.120.090.08
HSL343.45º40.85%86.08%-
HSV(B)343.45º12.39%91.76%-
XYZ67.7765.9672.11-
YUV214.58127.11141.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.89%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 213 (83.59% from 255) = 32.67%
R=35.89%
G=31.44%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420521300.120.090.08343.4540.8586.08
HexEACDD50C981572956
Octal352315325014111052751126
Binary11101010110011011101010101100100110001010101111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDD5; }

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

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

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

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

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

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

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

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