Html Css Color HEX #EBB7BA Blossom

📋 copy color: '#EBB7BA'

red 235 ◦ green 183 ◦ blue 186

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

Shades of Blossom #EBB7BA

Tints of Blossom #EBB7BA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.3%

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

R = 38.91%
G = 30.3%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBB7BA (or 0xEBB7BA) is known color: Blossom. HEX triplet: EB, B7 and BA. RGB value is (235,183,186). Sum of RGB (Red+Green+Blue) = 235+183+186=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7BA is #144845. Grayscale: #C6C6C6. Windows color (decimal): -1329222 or 12236779. OLE color: 12236779.

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

Color convert

RGB 235 183 186 -
CMYK 0 0.22 0.21 0.08
HSL 356.54º 0.57% 0.82% -
HSV(B) 356.54º 0.22% 0.92% -
XYZ 60.06 55.07 53.92 -
YUV 198.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 235 183 186 0 0.22 0.21 0.08 356.54 0.57 0.82
Hex EB B7 BA 0 16 15 8 165 39 52
Octal 353 267 272 0 26 25 10 545 71 122
Binary 11101011 10110111 10111010 0 10110 10101 1000 101100101 111001 1010010

Color Harmonies of #EBB7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB7BA

Black with #EBB7BA

Text Example


Text Example

White with #EBB7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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