Html Css Color HEX #EDAAB8 Blossom

📋 copy color: '#EDAAB8'

red 237 ◦ green 170 ◦ blue 184

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

Shades of Blossom #EDAAB8

Tints of Blossom #EDAAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.13%

R = 40.1%
G = 28.76%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDAAB8 (or 0xEDAAB8) is known color: Blossom. HEX triplet: ED, AA and B8. RGB value is (237,170,184). Sum of RGB (Red+Green+Blue) = 237+170+184=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 184 (72.27% from 255 or 31.13% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAB8 is #125547. Grayscale: #BFBFBF. Windows color (decimal): -1201480 or 12102381. OLE color: 12102381.

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

Color convert

RGB 237 170 184 -
CMYK 0 0.28 0.22 0.07
HSL 347.46º 0.65% 0.8% -
HSV(B) 347.46º 0.28% 0.93% -
XYZ 57.95 50.21 51.99 -
YUV 191.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 237 170 184 0 0.28 0.22 0.07 347.46 0.65 0.8
Hex ED AA B8 0 1C 16 7 15B 41 50
Octal 355 252 270 0 34 26 7 533 101 120
Binary 11101101 10101010 10111000 0 11100 10110 111 101011011 1000001 1010000

Color Harmonies of #EDAAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAB8

Black with #EDAAB8

Text Example


Text Example

White with #EDAAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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