#E9ADB6

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

Shades of Blossom #E9ADB6

Tints of Blossom #E9ADB6

Color information

#E9ADB6 (or 0xE9ADB6) is unknown color: approx Blossom. HEX triplet: E9, AD and B6. RGB value is (233,173,182). Sum of RGB (Red+Green+Blue) = 233+173+182=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ADB6 is #165249. Grayscale: #BFBFBF. Windows color (decimal): -1462858 or 11972073. OLE color: 11972073.

HSL color Cylindrical-coordinate representation of color #E9ADB6: hue angle of 351º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ADB6 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB233173182-
CMYK00.260.220.09
HSL351º57.69%79.61%-
HSV(B)351º25.75%91.37%-
XYZ56.9950.5951.02-
YUV191.97122.38157.27-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.63%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 182 (71.48% from 255) = 30.95%
R=39.63%
G=29.42%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317318200.260.220.0935157.6979.61
HexE9ADB601A16915f3a50
Octal351255266032261153772120
Binary1110100110101101101101100110101011010011010111111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ADB6; }

 p { color: rgb(233,173,182); }

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

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

 a { background-color: rgb(233,173,182); }

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

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

 span { border-color: rgb(233,173,182); }

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