Html Css Color HEX #EDAAB2 Blossom

📋 copy color: '#EDAAB2'

red 237 ◦ green 170 ◦ blue 178

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

Shades of Blossom #EDAAB2

Tints of Blossom #EDAAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.43%

R = 40.51%
G = 29.06%
B = 30.43%

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

#EDAAB2 (or 0xEDAAB2) is known color: Blossom. HEX triplet: ED, AA and B2. RGB value is (237,170,178). Sum of RGB (Red+Green+Blue) = 237+170+178=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAAB2 is #12554D. Grayscale: #BEBEBE. Windows color (decimal): -1201486 or 11709165. OLE color: 11709165.

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

Color convert

RGB 237 170 178 -
CMYK 0 0.28 0.25 0.07
HSL 352.84º 0.65% 0.8% -
HSV(B) 352.84º 0.28% 0.93% -
XYZ 57.34 49.97 48.74 -
YUV 190.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 237 170 178 0 0.28 0.25 0.07 352.84 0.65 0.8
Hex ED AA B2 0 1C 19 7 161 41 50
Octal 355 252 262 0 34 31 7 541 101 120
Binary 11101101 10101010 10110010 0 11100 11001 111 101100001 1000001 1010000

Color Harmonies of #EDAAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAB2

Black with #EDAAB2

Text Example


Text Example

White with #EDAAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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