Html Css Color HEX #EBAEB9 Blossom

📋 copy color: '#EBAEB9'

red 235 ◦ green 174 ◦ blue 185

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

Shades of Blossom #EBAEB9

Tints of Blossom #EBAEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.14%

R = 39.56%
G = 29.29%
B = 31.14%

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

#EBAEB9 (or 0xEBAEB9) is known color: Blossom. HEX triplet: EB, AE and B9. RGB value is (235,174,185). Sum of RGB (Red+Green+Blue) = 235+174+185=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEB9 is #145146. Grayscale: #C1C1C1. Windows color (decimal): -1331527 or 12168939. OLE color: 12168939.

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

Color convert

RGB 235 174 185 -
CMYK 0 0.26 0.21 0.08
HSL 349.18º 0.6% 0.8% -
HSV(B) 349.18º 0.26% 0.92% -
XYZ 58.15 51.44 52.76 -
YUV 193.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 235 174 185 0 0.26 0.21 0.08 349.18 0.6 0.8
Hex EB AE B9 0 1A 15 8 15D 3C 50
Octal 353 256 271 0 32 25 10 535 74 120
Binary 11101011 10101110 10111001 0 11010 10101 1000 101011101 111100 1010000

Color Harmonies of #EBAEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEB9

Black with #EBAEB9

Text Example


Text Example

White with #EBAEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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