Html Css Color HEX #E8BDBE Blossom

📋 copy color: '#E8BDBE'

red 232 ◦ green 189 ◦ blue 190

#E8BDBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #E8BDBE

Tints of Blossom #E8BDBE

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.1%

R = 37.97%
G = 30.93%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E8BDBE (or 0xE8BDBE) is known color: 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

RGB 232 189 190 -
CMYK 0 0.19 0.18 0.09
HSL 358.6º 0.48% 0.83% -
HSV(B) 358.6º 0.19% 0.91% -
XYZ 60.77 57.27 56.57 -
YUV 201.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 232 189 190 0 0.19 0.18 0.09 358.6 0.48 0.83
Hex E8 BD BE 0 13 12 9 167 30 53
Octal 350 275 276 0 23 22 11 547 60 123
Binary 11101000 10111101 10111110 0 10011 10010 1001 101100111 110000 1010011

Color Harmonies of #E8BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BDBE

Black with #E8BDBE

Text Example


Text Example

White with #E8BDBE

Text Example


Text Example

HTML Codes & Css Web 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>