#EADADE

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

Shades of Pale Rose #EADADE

Tints of Pale Rose #EADADE

Color information

#EADADE (or 0xEADADE) is unknown color: approx Pale Rose. HEX triplet: EA, DA and DE. RGB value is (234,218,222). Sum of RGB (Red+Green+Blue) = 234+218+222=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 234 - color contains mainly: red. Hex color #EADADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADADE is #152521. Grayscale: #DFDFDF. Windows color (decimal): -1385762 or 14605034. OLE color: 14605034.

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

Color convert

RGB234218222-
CMYK00.070.050.08
HSL345º27.59%88.63%-
HSV(B)345º6.84%91.76%-
XYZ72.1972.9179.38-
YUV223.24127.3135.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.72%
GREEN value IS 218 (85.55% from 255) = 32.34%
BLUE value IS 222 (87.11% from 255) = 32.94%
R=34.72%
G=32.34%
B=32.94%

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
Decimal23421822200.070.050.0834527.5988.63
HexEADADE07581591c59
Octal3523323360751053134131
Binary11101010110110101101111001111011000101011001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADADE; }

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

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

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

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

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

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

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

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