Html Css Color HEX #EBB9BA Blossom

📋 copy color: '#EBB9BA'

red 235 ◦ green 185 ◦ blue 186

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

Shades of Blossom #EBB9BA

Tints of Blossom #EBB9BA

RGB

 RED value IS 235 (92.19% from 255) = 38.78%

 GREEN value IS 185 (72.66% from 255) = 30.53%

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

R = 38.78%
G = 30.53%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBB9BA (or 0xEBB9BA) is known color: Blossom. HEX triplet: EB, B9 and BA. RGB value is (235,185,186). Sum of RGB (Red+Green+Blue) = 235+185+186=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9BA is #144645. Grayscale: #C8C8C8. Windows color (decimal): -1328710 or 12237291. OLE color: 12237291.

HSL color Cylindrical-coordinate representation of color #EBB9BA: hue angle of 358.8º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBB9BA is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 185 186 -
CMYK 0 0.21 0.21 0.08
HSL 358.8º 0.56% 0.82% -
HSV(B) 358.8º 0.21% 0.92% -
XYZ 60.47 55.91 54.06 -
YUV 200.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 235 185 186 0 0.21 0.21 0.08 358.8 0.56 0.82
Hex EB B9 BA 0 15 15 8 167 38 52
Octal 353 271 272 0 25 25 10 547 70 122
Binary 11101011 10111001 10111010 0 10101 10101 1000 101100111 111000 1010010

Color Harmonies of #EBB9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB9BA

Black with #EBB9BA

Text Example


Text Example

White with #EBB9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB9BA; }

 p { color: rgb(235,185,186); }

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

background-color css

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

 a { background-color: rgb(235,185,186); }

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

border-color css

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

 span { border-color: rgb(235,185,186); }

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