Html Css Color HEX #EEB3BA Blossom

📋 copy color: '#EEB3BA'

red 238 ◦ green 179 ◦ blue 186

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

Shades of Blossom #EEB3BA

Tints of Blossom #EEB3BA

RGB

 RED value IS 238 (93.36% from 255) = 39.47%

 GREEN value IS 179 (70.31% from 255) = 29.68%

 BLUE value IS 186 (73.05% from 255) = 30.85%

R = 39.47%
G = 29.68%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEB3BA (or 0xEEB3BA) is known color: Blossom. HEX triplet: EE, B3 and BA. RGB value is (238,179,186). Sum of RGB (Red+Green+Blue) = 238+179+186=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3BA is #114C45. Grayscale: #C5C5C5. Windows color (decimal): -1133638 or 12235758. OLE color: 12235758.

HSL color Cylindrical-coordinate representation of color #EEB3BA: hue angle of 352.88º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB3BA is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 179 186 -
CMYK 0 0.25 0.22 0.07
HSL 352.88º 0.63% 0.82% -
HSV(B) 352.88º 0.25% 0.93% -
XYZ 60.24 53.96 53.7 -
YUV 197.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 238 179 186 0 0.25 0.22 0.07 352.88 0.63 0.82
Hex EE B3 BA 0 19 16 7 161 3F 52
Octal 356 263 272 0 31 26 7 541 77 122
Binary 11101110 10110011 10111010 0 11001 10110 111 101100001 111111 1010010

Color Harmonies of #EEB3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB3BA

Black with #EEB3BA

Text Example


Text Example

White with #EEB3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB3BA; }

 p { color: rgb(238,179,186); }

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

background-color css

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

 a { background-color: rgb(238,179,186); }

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

border-color css

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

 span { border-color: rgb(238,179,186); }

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