#EADADF

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

Shades of Pale Rose #EADADF

Tints of Pale Rose #EADADF

Color information

#EADADF (or 0xEADADF) is unknown color: approx Pale Rose. HEX triplet: EA, DA and DF. RGB value is (234,218,223). Sum of RGB (Red+Green+Blue) = 234+218+223=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 234 - color contains mainly: red. Hex color #EADADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADADF is #152520. Grayscale: #DFDFDF. Windows color (decimal): -1385761 or 14670570. OLE color: 14670570.

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

Color convert

RGB234218223-
CMYK00.070.050.08
HSL341.25º27.59%88.63%-
HSV(B)341.25º6.84%91.76%-
XYZ72.3272.9680.08-
YUV223.35127.8135.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 223 (87.5% from 255) = 33.04%
R=34.67%
G=32.30%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421822300.070.050.08341.2527.5988.63
HexEADADF07581551c59
Octal3523323370751052534131
Binary11101010110110101101111101111011000101010101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADADF; }

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

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

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

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

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

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

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

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