#EACDD1

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

Shades of Pale Rose #EACDD1

Tints of Pale Rose #EACDD1

Color information

#EACDD1 (or 0xEACDD1) is unknown color: approx Pale Rose. HEX triplet: EA, CD and D1. RGB value is (234,205,209). Sum of RGB (Red+Green+Blue) = 234+205+209=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDD1 is #15322E. Grayscale: #D6D6D6. Windows color (decimal): -1389103 or 13749738. OLE color: 13749738.

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

Color convert

RGB234205209-
CMYK00.120.110.08
HSL351.72º40.85%86.08%-
HSV(B)351.72º12.39%91.76%-
XYZ67.2765.7669.47-
YUV214.13125.11142.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 209 (82.03% from 255) = 32.25%
R=36.11%
G=31.64%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420520900.120.110.08351.7240.8586.08
HexEACDD10CB81602956
Octal352315321014131054051126
Binary11101010110011011101000101100101110001011000001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDD1; }

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

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

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

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

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

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

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

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