Html Css Color HEX #EDB7BA Blossom

📋 copy color: '#EDB7BA'

red 237 ◦ green 183 ◦ blue 186

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

Shades of Blossom #EDB7BA

Tints of Blossom #EDB7BA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.2%

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

R = 39.11%
G = 30.2%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDB7BA (or 0xEDB7BA) is known color: Blossom. HEX triplet: ED, B7 and BA. RGB value is (237,183,186). Sum of RGB (Red+Green+Blue) = 237+183+186=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7BA is #124845. Grayscale: #C7C7C7. Windows color (decimal): -1198150 or 12236781. OLE color: 12236781.

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

Color convert

RGB 237 183 186 -
CMYK 0 0.23 0.22 0.07
HSL 356.67º 0.6% 0.82% -
HSV(B) 356.67º 0.23% 0.93% -
XYZ 60.72 55.42 53.95 -
YUV 199.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 237 183 186 0 0.23 0.22 0.07 356.67 0.6 0.82
Hex ED B7 BA 0 17 16 7 165 3C 52
Octal 355 267 272 0 27 26 7 545 74 122
Binary 11101101 10110111 10111010 0 10111 10110 111 101100101 111100 1010010

Color Harmonies of #EDB7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB7BA

Black with #EDB7BA

Text Example


Text Example

White with #EDB7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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