Html Css Color HEX #E4BDBF Blossom

📋 copy color: '#E4BDBF'

red 228 ◦ green 189 ◦ blue 191

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

Shades of Blossom #E4BDBF

Tints of Blossom #E4BDBF

RGB

 RED value IS 228 (89.45% from 255) = 37.5%

 GREEN value IS 189 (74.22% from 255) = 31.09%

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

R = 37.5%
G = 31.09%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E4BDBF (or 0xE4BDBF) is known color: Blossom. HEX triplet: E4, BD and BF. RGB value is (228,189,191). Sum of RGB (Red+Green+Blue) = 228+189+191=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BDBF is #1B4240. Grayscale: #C8C8C8. Windows color (decimal): -1786433 or 12565988. OLE color: 12565988.

HSL color Cylindrical-coordinate representation of color #E4BDBF: hue angle of 356.92º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4BDBF is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 189 191 -
CMYK 0 0.17 0.16 0.11
HSL 356.92º 0.42% 0.82% -
HSV(B) 356.92º 0.17% 0.89% -
XYZ 59.6 56.65 57.08 -
YUV 200.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 228 189 191 0 0.17 0.16 0.11 356.92 0.42 0.82
Hex E4 BD BF 0 11 10 B 165 2A 52
Octal 344 275 277 0 21 20 13 545 52 122
Binary 11100100 10111101 10111111 0 10001 10000 1011 101100101 101010 1010010

Color Harmonies of #E4BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BDBF

Black with #E4BDBF

Text Example


Text Example

White with #E4BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BDBF; }

 p { color: rgb(228,189,191); }

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

background-color css

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

 a { background-color: rgb(228,189,191); }

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

border-color css

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

 span { border-color: rgb(228,189,191); }

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