#EACDDA

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

Shades of Prim #EACDDA

Tints of Prim #EACDDA

Color information

#EACDDA (or 0xEACDDA) is unknown color: approx Prim. HEX triplet: EA, CD and DA. RGB value is (234,205,218). Sum of RGB (Red+Green+Blue) = 234+205+218=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDDA is #153225. Grayscale: #D7D7D7. Windows color (decimal): -1389094 or 14339562. OLE color: 14339562.

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

Color convert

RGB234205218-
CMYK00.120.070.08
HSL333.1º40.85%86.08%-
HSV(B)333.1º12.39%91.76%-
XYZ68.4266.2275.5-
YUV215.15129.61141.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.62%
GREEN value IS 205 (80.47% from 255) = 31.20%
BLUE value IS 218 (85.55% from 255) = 33.18%
R=35.62%
G=31.20%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420521800.120.070.08333.140.8586.08
HexEACDDA0C7814d2956
Octal35231533201471051551126
Binary1110101011001101110110100110011110001010011011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDDA; }

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

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

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

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

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

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

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

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