#EADBE5

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

Shades of Classic Rose #EADBE5

Tints of Classic Rose #EADBE5

Color information

#EADBE5 (or 0xEADBE5) is unknown color: approx Classic Rose. HEX triplet: EA, DB and E5. RGB value is (234,219,229). Sum of RGB (Red+Green+Blue) = 234+219+229=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBE5 is #15241A. Grayscale: #E0E0E0. Windows color (decimal): -1385499 or 15064042. OLE color: 15064042.

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

Color convert

RGB234219229-
CMYK00.060.020.08
HSL320º26.32%88.82%-
HSV(B)320º6.41%91.76%-
XYZ73.4173.8184.51-
YUV224.62130.47134.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 219 (85.94% from 255) = 32.11%
BLUE value IS 229 (89.84% from 255) = 33.58%
R=34.31%
G=32.11%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421922900.060.020.0832026.3288.82
HexEADBE506281401a59
Octal3523333450621050032131
Binary1110101011011011111001010110101000101000000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBE5; }

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

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

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

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

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

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

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

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