#EADBE0

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

Shades of Pale Rose #EADBE0

Tints of Pale Rose #EADBE0

Color information

#EADBE0 (or 0xEADBE0) is unknown color: approx Pale Rose. HEX triplet: EA, DB and E0. RGB value is (234,219,224). Sum of RGB (Red+Green+Blue) = 234+219+224=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBE0 is #15241F. Grayscale: #E0E0E0. Windows color (decimal): -1385504 or 14736362. OLE color: 14736362.

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

Color convert

RGB234219224-
CMYK00.060.040.08
HSL340º26.32%88.82%-
HSV(B)340º6.41%91.76%-
XYZ72.7273.5480.88-
YUV224.06127.97135.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 219 (85.94% from 255) = 32.35%
BLUE value IS 224 (87.89% from 255) = 33.09%
R=34.56%
G=32.35%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421922400.060.040.0834026.3288.82
HexEADBE006481541a59
Octal3523333400641052432131
Binary11101010110110111110000001101001000101010100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBE0; }

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

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

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

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

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

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

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

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