#EADAE5

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

Shades of Classic Rose #EADAE5

Tints of Classic Rose #EADAE5

Color information

#EADAE5 (or 0xEADAE5) is unknown color: approx Classic Rose. HEX triplet: EA, DA and E5. RGB value is (234,218,229). Sum of RGB (Red+Green+Blue) = 234+218+229=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAE5 is #15251A. Grayscale: #E0E0E0. Windows color (decimal): -1385755 or 15063786. OLE color: 15063786.

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

Color convert

RGB234218229-
CMYK00.070.020.08
HSL318.75º27.59%88.63%-
HSV(B)318.75º6.84%91.76%-
XYZ73.1573.2984.42-
YUV224.04130.8135.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 218 (85.55% from 255) = 32.01%
BLUE value IS 229 (89.84% from 255) = 33.63%
R=34.36%
G=32.01%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421822900.070.020.08318.7527.5988.63
HexEADAE5072813f1c59
Octal3523323450721047734131
Binary1110101011011010111001010111101000100111111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAE5; }

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

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

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

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

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

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

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

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