#EACDD2

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

Shades of Pale Rose #EACDD2

Tints of Pale Rose #EACDD2

Color information

#EACDD2 (or 0xEACDD2) is unknown color: approx Pale Rose. HEX triplet: EA, CD and D2. RGB value is (234,205,210). Sum of RGB (Red+Green+Blue) = 234+205+210=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDD2 is #15322D. Grayscale: #D6D6D6. Windows color (decimal): -1389102 or 13815274. OLE color: 13815274.

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

Color convert

RGB234205210-
CMYK00.120.100.08
HSL349.66º40.85%86.08%-
HSV(B)349.66º12.39%91.76%-
XYZ67.465.8170.12-
YUV214.24125.61142.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 210 (82.42% from 255) = 32.36%
R=36.06%
G=31.59%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420521000.120.100.08349.6640.8586.08
HexEACDD20CA815e2956
Octal352315322014121053651126
Binary11101010110011011101001001100101010001010111101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDD2; }

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

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

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

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

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

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

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

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