#E8BDBE

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

Shades of Blossom #E8BDBE

Tints of Blossom #E8BDBE

Color information

#E8BDBE (or 0xE8BDBE) is unknown color: approx Blossom. HEX triplet: E8, BD and BE. RGB value is (232,189,190). Sum of RGB (Red+Green+Blue) = 232+189+190=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDBE is #174241. Grayscale: #CACACA. Windows color (decimal): -1524290 or 12500456. OLE color: 12500456.

HSL color Cylindrical-coordinate representation of color #E8BDBE: hue angle of 358.6º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BDBE is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB232189190-
CMYK00.190.180.09
HSL358.6º48.31%82.55%-
HSV(B)358.6º18.53%90.98%-
XYZ60.7757.2756.57-
YUV201.97121.25149.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.97%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=37.97%
G=30.93%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218919000.190.180.09358.648.3182.55
HexE8BDBE0131291673053
Octal350275276023221154760123
Binary1110100010111101101111100100111001010011011001111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDBE; }

 p { color: rgb(232,189,190); }

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

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

 a { background-color: rgb(232,189,190); }

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

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

 span { border-color: rgb(232,189,190); }

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