Html Css Color HEX #EDAAB1 Blossom

📋 copy color: '#EDAAB1'

red 237 ◦ green 170 ◦ blue 177

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

Shades of Blossom #EDAAB1

Tints of Blossom #EDAAB1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.11%

 BLUE value IS 177 (69.53% from 255) = 30.31%

R = 40.58%
G = 29.11%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDAAB1 (or 0xEDAAB1) is known color: Blossom. HEX triplet: ED, AA and B1. RGB value is (237,170,177). Sum of RGB (Red+Green+Blue) = 237+170+177=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 177 (69.53% from 255 or 30.31% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAAB1 is #12554E. Grayscale: #BEBEBE. Windows color (decimal): -1201487 or 11643629. OLE color: 11643629.

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

Color convert

RGB 237 170 177 -
CMYK 0 0.28 0.25 0.07
HSL 353.73º 0.65% 0.8% -
HSV(B) 353.73º 0.28% 0.93% -
XYZ 57.24 49.93 48.22 -
YUV 190.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 237 170 177 0 0.28 0.25 0.07 353.73 0.65 0.8
Hex ED AA B1 0 1C 19 7 162 41 50
Octal 355 252 261 0 34 31 7 542 101 120
Binary 11101101 10101010 10110001 0 11100 11001 111 101100010 1000001 1010000

Color Harmonies of #EDAAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAB1

Black with #EDAAB1

Text Example


Text Example

White with #EDAAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAB1; }

 p { color: rgb(237,170,177); }

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

background-color css

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

 a { background-color: rgb(237,170,177); }

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

border-color css

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

 span { border-color: rgb(237,170,177); }

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