Html Css Color HEX #EDB0BA Blossom

📋 copy color: '#EDB0BA'

red 237 ◦ green 176 ◦ blue 186

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

Shades of Blossom #EDB0BA

Tints of Blossom #EDB0BA

RGB

 RED value IS 237 (92.97% from 255) = 39.57%

 GREEN value IS 176 (69.14% from 255) = 29.38%

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

R = 39.57%
G = 29.38%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDB0BA (or 0xEDB0BA) is known color: Blossom. HEX triplet: ED, B0 and BA. RGB value is (237,176,186). Sum of RGB (Red+Green+Blue) = 237+176+186=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0BA is #124F45. Grayscale: #C3C3C3. Windows color (decimal): -1199942 or 12234989. OLE color: 12234989.

HSL color Cylindrical-coordinate representation of color #EDB0BA: hue angle of 350.16º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0BA is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 176 186 -
CMYK 0 0.26 0.22 0.07
HSL 350.16º 0.63% 0.81% -
HSV(B) 350.16º 0.26% 0.93% -
XYZ 59.31 52.6 53.48 -
YUV 195.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 237 176 186 0 0.26 0.22 0.07 350.16 0.63 0.81
Hex ED B0 BA 0 1A 16 7 15E 3F 51
Octal 355 260 272 0 32 26 7 536 77 121
Binary 11101101 10110000 10111010 0 11010 10110 111 101011110 111111 1010001

Color Harmonies of #EDB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0BA

Black with #EDB0BA

Text Example


Text Example

White with #EDB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0BA; }

 p { color: rgb(237,176,186); }

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

background-color css

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

 a { background-color: rgb(237,176,186); }

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

border-color css

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

 span { border-color: rgb(237,176,186); }

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