#EADADD

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

Shades of Pale Rose #EADADD

Tints of Pale Rose #EADADD

Color information

#EADADD (or 0xEADADD) is unknown color: approx Pale Rose. HEX triplet: EA, DA and DD. RGB value is (234,218,221). Sum of RGB (Red+Green+Blue) = 234+218+221=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 234 - color contains mainly: red. Hex color #EADADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADADD is #152522. Grayscale: #DFDFDF. Windows color (decimal): -1385763 or 14539498. OLE color: 14539498.

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

Color convert

RGB234218221-
CMYK00.070.060.08
HSL348.75º27.59%88.63%-
HSV(B)348.75º6.84%91.76%-
XYZ72.0572.8678.67-
YUV223.13126.8135.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.77%
GREEN value IS 218 (85.55% from 255) = 32.39%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=34.77%
G=32.39%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421822100.070.060.08348.7527.5988.63
HexEADADD076815d1c59
Octal3523323350761053534131
Binary11101010110110101101110101111101000101011101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADADD; }

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

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

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

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

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

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

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

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