Html Css Color HEX #EBADBA Blossom

📋 copy color: '#EBADBA'

red 235 ◦ green 173 ◦ blue 186

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

Shades of Blossom #EBADBA

Tints of Blossom #EBADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.12%

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

R = 39.56%
G = 29.12%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBADBA (or 0xEBADBA) is known color: Blossom. HEX triplet: EB, AD and BA. RGB value is (235,173,186). Sum of RGB (Red+Green+Blue) = 235+173+186=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADBA is #145245. Grayscale: #C1C1C1. Windows color (decimal): -1331782 or 12234219. OLE color: 12234219.

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

Color convert

RGB 235 173 186 -
CMYK 0 0.26 0.21 0.08
HSL 347.42º 0.61% 0.8% -
HSV(B) 347.42º 0.26% 0.92% -
XYZ 58.07 51.09 53.26 -
YUV 193.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 235 173 186 0 0.26 0.21 0.08 347.42 0.61 0.8
Hex EB AD BA 0 1A 15 8 15B 3D 50
Octal 353 255 272 0 32 25 10 533 75 120
Binary 11101011 10101101 10111010 0 11010 10101 1000 101011011 111101 1010000

Color Harmonies of #EBADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADBA

Black with #EBADBA

Text Example


Text Example

White with #EBADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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