Html Css Color HEX #EDB6BA Blossom

📋 copy color: '#EDB6BA'

red 237 ◦ green 182 ◦ blue 186

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

Shades of Blossom #EDB6BA

Tints of Blossom #EDB6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.08%

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

R = 39.17%
G = 30.08%
B = 30.74%

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

#EDB6BA (or 0xEDB6BA) is known color: Blossom. HEX triplet: ED, B6 and BA. RGB value is (237,182,186). Sum of RGB (Red+Green+Blue) = 237+182+186=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB6BA is #124945. Grayscale: #C6C6C6. Windows color (decimal): -1198406 or 12236525. OLE color: 12236525.

HSL color Cylindrical-coordinate representation of color #EDB6BA: hue angle of 355.64º 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 #EDB6BA is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 182 186 -
CMYK 0 0.23 0.22 0.07
HSL 355.64º 0.6% 0.82% -
HSV(B) 355.64º 0.23% 0.93% -
XYZ 60.52 55.01 53.88 -
YUV 198.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 237 182 186 0 0.23 0.22 0.07 355.64 0.6 0.82
Hex ED B6 BA 0 17 16 7 164 3C 52
Octal 355 266 272 0 27 26 7 544 74 122
Binary 11101101 10110110 10111010 0 10111 10110 111 101100100 111100 1010010

Color Harmonies of #EDB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB6BA

Black with #EDB6BA

Text Example


Text Example

White with #EDB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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