#EADBE1

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

Shades of Prim #EADBE1

Tints of Prim #EADBE1

Color information

#EADBE1 (or 0xEADBE1) is unknown color: approx Prim. HEX triplet: EA, DB and E1. RGB value is (234,219,225). Sum of RGB (Red+Green+Blue) = 234+219+225=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBE1 is #15241E. Grayscale: #E0E0E0. Windows color (decimal): -1385503 or 14801898. OLE color: 14801898.

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

Color convert

RGB234219225-
CMYK00.060.040.08
HSL336º26.32%88.82%-
HSV(B)336º6.41%91.76%-
XYZ72.8573.5981.6-
YUV224.17128.47135.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.51%
GREEN value IS 219 (85.94% from 255) = 32.30%
BLUE value IS 225 (88.28% from 255) = 33.19%
R=34.51%
G=32.30%
B=33.19%

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
Decimal23421922500.060.040.0833626.3288.82
HexEADBE106481501a59
Octal3523333410641052032131
Binary11101010110110111110000101101001000101010000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBE1; }

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

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

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

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

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

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

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

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