Html Css Color HEX #EBB8BA Blossom

📋 copy color: '#EBB8BA'

red 235 ◦ green 184 ◦ blue 186

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

Shades of Blossom #EBB8BA

Tints of Blossom #EBB8BA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.41%

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

R = 38.84%
G = 30.41%
B = 30.74%

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

#EBB8BA (or 0xEBB8BA) is known color: Blossom. HEX triplet: EB, B8 and BA. RGB value is (235,184,186). Sum of RGB (Red+Green+Blue) = 235+184+186=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8BA is #144745. Grayscale: #C7C7C7. Windows color (decimal): -1328966 or 12237035. OLE color: 12237035.

HSL color Cylindrical-coordinate representation of color #EBB8BA: hue angle of 357.65º degrees, saturation: 0.56, 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 #EBB8BA is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 184 186 -
CMYK 0 0.22 0.21 0.08
HSL 357.65º 0.56% 0.82% -
HSV(B) 357.65º 0.22% 0.92% -
XYZ 60.26 55.49 53.99 -
YUV 199.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 235 184 186 0 0.22 0.21 0.08 357.65 0.56 0.82
Hex EB B8 BA 0 16 15 8 166 38 52
Octal 353 270 272 0 26 25 10 546 70 122
Binary 11101011 10111000 10111010 0 10110 10101 1000 101100110 111000 1010010

Color Harmonies of #EBB8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB8BA

Black with #EBB8BA

Text Example


Text Example

White with #EBB8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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