Html Css Color HEX #EDABB6 Blossom

📋 copy color: '#EDABB6'

red 237 ◦ green 171 ◦ blue 182

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

Shades of Blossom #EDABB6

Tints of Blossom #EDABB6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.98%

 BLUE value IS 182 (71.48% from 255) = 30.85%

R = 40.17%
G = 28.98%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDABB6 (or 0xEDABB6) is known color: Blossom. HEX triplet: ED, AB and B6. RGB value is (237,171,182). Sum of RGB (Red+Green+Blue) = 237+171+182=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABB6 is #125449. Grayscale: #C0C0C0. Windows color (decimal): -1201226 or 11971565. OLE color: 11971565.

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

Color convert

RGB 237 171 182 -
CMYK 0 0.28 0.23 0.07
HSL 350º 0.65% 0.8% -
HSV(B) 350º 0.28% 0.93% -
XYZ 57.93 50.51 50.95 -
YUV 191.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 237 171 182 0 0.28 0.23 0.07 350 0.65 0.8
Hex ED AB B6 0 1C 17 7 15E 41 50
Octal 355 253 266 0 34 27 7 536 101 120
Binary 11101101 10101011 10110110 0 11100 10111 111 101011110 1000001 1010000

Color Harmonies of #EDABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDABB6

Black with #EDABB6

Text Example


Text Example

White with #EDABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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