#E8ADB6

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

Shades of Blossom #E8ADB6

Tints of Blossom #E8ADB6

Color information

#E8ADB6 (or 0xE8ADB6) is unknown color: approx Blossom. HEX triplet: E8, AD and B6. RGB value is (232,173,182). Sum of RGB (Red+Green+Blue) = 232+173+182=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ADB6 is #175249. Grayscale: #BFBFBF. Windows color (decimal): -1528394 or 11972072. OLE color: 11972072.

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

Color convert

RGB232173182-
CMYK00.250.220.09
HSL350.85º56.19%79.41%-
HSV(B)350.85º25.43%90.98%-
XYZ56.6750.4251-
YUV191.67122.55156.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.52%
GREEN value IS 173 (67.97% from 255) = 29.47%
BLUE value IS 182 (71.48% from 255) = 31.01%
R=39.52%
G=29.47%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217318200.250.220.09350.8556.1979.41
HexE8ADB601916915f384f
Octal350255266031261153770117
Binary1110100010101101101101100110011011010011010111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ADB6; }

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

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

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

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

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

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

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

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