#EADCDF

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

Shades of Pale Rose #EADCDF

Tints of Pale Rose #EADCDF

Color information

#EADCDF (or 0xEADCDF) is unknown color: approx Pale Rose. HEX triplet: EA, DC and DF. RGB value is (234,220,223). Sum of RGB (Red+Green+Blue) = 234+220+223=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCDF is #152320. Grayscale: #E0E0E0. Windows color (decimal): -1385249 or 14671082. OLE color: 14671082.

HSL color Cylindrical-coordinate representation of color #EADCDF: hue angle of 347.14º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADCDF is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234220223-
CMYK00.060.050.08
HSL347.14º25%89.02%-
HSV(B)347.14º5.98%91.76%-
XYZ72.8474.0180.26-
YUV224.53127.14134.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=34.56%
G=32.50%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422022300.060.050.08347.142589.02
HexEADCDF065815b1959
Octal3523343370651053331131
Binary11101010110111001101111101101011000101011011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCDF; }

 p { color: rgb(234,220,223); }

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

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

 a { background-color: rgb(234,220,223); }

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

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

 span { border-color: rgb(234,220,223); }

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