#EAADB3

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

Shades of Blossom #EAADB3

Tints of Blossom #EAADB3

Color information

#EAADB3 (or 0xEAADB3) is unknown color: approx Blossom. HEX triplet: EA, AD and B3. RGB value is (234,173,179). Sum of RGB (Red+Green+Blue) = 234+173+179=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADB3 is #15524C. Grayscale: #BFBFBF. Windows color (decimal): -1397325 or 11775466. OLE color: 11775466.

HSL color Cylindrical-coordinate representation of color #EAADB3: hue angle of 354.1º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAADB3 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB234173179-
CMYK00.260.240.08
HSL354.1º59.22%79.8%-
HSV(B)354.1º26.07%91.76%-
XYZ57.0150.6349.42-
YUV191.92120.71158.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 179 (70.31% from 255) = 30.55%
R=39.93%
G=29.52%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417317900.260.240.08354.159.2279.8
HexEAADB301A1881623b50
Octal352255263032301054273120
Binary1110101010101101101100110110101100010001011000101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADB3; }

 p { color: rgb(234,173,179); }

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

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

 a { background-color: rgb(234,173,179); }

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

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

 span { border-color: rgb(234,173,179); }

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