#EADBE3

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

Shades of Classic Rose #EADBE3

Tints of Classic Rose #EADBE3

Color information

#EADBE3 (or 0xEADBE3) is unknown color: approx Classic Rose. HEX triplet: EA, DB and E3. RGB value is (234,219,227). Sum of RGB (Red+Green+Blue) = 234+219+227=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 227 (89.06% from 255 or 33.38% from 680); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBE3 is #15241C. Grayscale: #E0E0E0. Windows color (decimal): -1385501 or 14932970. OLE color: 14932970.

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

Color convert

RGB234219227-
CMYK00.060.030.08
HSL328º26.32%88.82%-
HSV(B)328º6.41%91.76%-
XYZ73.1373.783.04-
YUV224.4129.47134.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 227 (89.06% from 255) = 33.38%
R=34.41%
G=32.21%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421922700.060.030.0832826.3288.82
HexEADBE306381481a59
Octal3523333430631051032131
Binary1110101011011011111000110110111000101001000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBE3; }

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

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

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

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

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

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

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

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