Html Css Color HEX #E1BABD Blossom

📋 copy color: '#E1BABD'

red 225 ◦ green 186 ◦ blue 189

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

Shades of Blossom #E1BABD

Tints of Blossom #E1BABD

RGB

 RED value IS 225 (88.28% from 255) = 37.5%

 GREEN value IS 186 (73.05% from 255) = 31%

 BLUE value IS 189 (74.22% from 255) = 31.5%

R = 37.5%
G = 31%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E1BABD (or 0xE1BABD) is known color: Blossom. HEX triplet: E1, BA and BD. RGB value is (225,186,189). Sum of RGB (Red+Green+Blue) = 225+186+189=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BABD is #1E4542. Grayscale: #C6C6C6. Windows color (decimal): -1983811 or 12434145. OLE color: 12434145.

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

Color convert

RGB 225 186 189 -
CMYK 0 0.17 0.16 0.12
HSL 355.38º 0.39% 0.81% -
HSV(B) 355.38º 0.17% 0.88% -
XYZ 57.8 54.8 55.68 -
YUV 198 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 225 186 189 0 0.17 0.16 0.12 355.38 0.39 0.81
Hex E1 BA BD 0 11 10 C 163 27 51
Octal 341 272 275 0 21 20 14 543 47 121
Binary 11100001 10111010 10111101 0 10001 10000 1100 101100011 100111 1010001

Color Harmonies of #E1BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BABD

Black with #E1BABD

Text Example


Text Example

White with #E1BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BABD; }

 p { color: rgb(225,186,189); }

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

background-color css

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

 a { background-color: rgb(225,186,189); }

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

border-color css

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

 span { border-color: rgb(225,186,189); }

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