Html Css Color HEX #EBADB3 Blossom

📋 copy color: '#EBADB3'

red 235 ◦ green 173 ◦ blue 179

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

Shades of Blossom #EBADB3

Tints of Blossom #EBADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.49%

R = 40.03%
G = 29.47%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EBADB3 (or 0xEBADB3) is known color: Blossom. HEX triplet: EB, AD and B3. RGB value is (235,173,179). Sum of RGB (Red+Green+Blue) = 235+173+179=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADB3 is #14524C. Grayscale: #C0C0C0. Windows color (decimal): -1331789 or 11775467. OLE color: 11775467.

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

Color convert

RGB 235 173 179 -
CMYK 0 0.26 0.24 0.08
HSL 354.19º 0.61% 0.8% -
HSV(B) 354.19º 0.26% 0.92% -
XYZ 57.34 50.8 49.43 -
YUV 192.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 235 173 179 0 0.26 0.24 0.08 354.19 0.61 0.8
Hex EB AD B3 0 1A 18 8 162 3D 50
Octal 353 255 263 0 32 30 10 542 75 120
Binary 11101011 10101101 10110011 0 11010 11000 1000 101100010 111101 1010000

Color Harmonies of #EBADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADB3

Black with #EBADB3

Text Example


Text Example

White with #EBADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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