Html Css Color HEX #EBAEBA Blossom

📋 copy color: '#EBAEBA'

red 235 ◦ green 174 ◦ blue 186

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

Shades of Blossom #EBAEBA

Tints of Blossom #EBAEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.24%

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

R = 39.5%
G = 29.24%
B = 31.26%

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

#EBAEBA (or 0xEBAEBA) is known color: Blossom. HEX triplet: EB, AE and BA. RGB value is (235,174,186). Sum of RGB (Red+Green+Blue) = 235+174+186=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEBA is #145145. Grayscale: #C1C1C1. Windows color (decimal): -1331526 or 12234475. OLE color: 12234475.

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

Color convert

RGB 235 174 186 -
CMYK 0 0.26 0.21 0.08
HSL 348.2º 0.6% 0.8% -
HSV(B) 348.2º 0.26% 0.92% -
XYZ 58.26 51.48 53.32 -
YUV 193.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 235 174 186 0 0.26 0.21 0.08 348.2 0.6 0.8
Hex EB AE BA 0 1A 15 8 15C 3C 50
Octal 353 256 272 0 32 25 10 534 74 120
Binary 11101011 10101110 10111010 0 11010 10101 1000 101011100 111100 1010000

Color Harmonies of #EBAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEBA

Black with #EBAEBA

Text Example


Text Example

White with #EBAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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