Html Css Color HEX #E0BCBF Blossom

📋 copy color: '#E0BCBF'

red 224 ◦ green 188 ◦ blue 191

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

Shades of Blossom #E0BCBF

Tints of Blossom #E0BCBF

RGB

 RED value IS 224 (87.89% from 255) = 37.15%

 GREEN value IS 188 (73.83% from 255) = 31.18%

 BLUE value IS 191 (75% from 255) = 31.67%

R = 37.15%
G = 31.18%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E0BCBF (or 0xE0BCBF) is known color: Blossom. HEX triplet: E0, BC and BF. RGB value is (224,188,191). Sum of RGB (Red+Green+Blue) = 224+188+191=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCBF is #1F4340. Grayscale: #C7C7C7. Windows color (decimal): -2048833 or 12565728. OLE color: 12565728.

HSL color Cylindrical-coordinate representation of color #E0BCBF: hue angle of 355º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BCBF is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 188 191 -
CMYK 0 0.16 0.15 0.12
HSL 355º 0.37% 0.81% -
HSV(B) 355º 0.16% 0.88% -
XYZ 58.13 55.58 56.95 -
YUV 199.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 224 188 191 0 0.16 0.15 0.12 355 0.37 0.81
Hex E0 BC BF 0 10 F C 163 25 51
Octal 340 274 277 0 20 17 14 543 45 121
Binary 11100000 10111100 10111111 0 10000 1111 1100 101100011 100101 1010001

Color Harmonies of #E0BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BCBF

Black with #E0BCBF

Text Example


Text Example

White with #E0BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BCBF; }

 p { color: rgb(224,188,191); }

 H1.HeaderClassName
 {
   color: #E0BCBF;
 }
 .AnyTagClassName
 {
   color: #E0BCBF;
 }
</style>

background-color css

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

 a { background-color: rgb(224,188,191); }

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

border-color css

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

 span { border-color: rgb(224,188,191); }

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