Html Css Color HEX #EDAEB5 Blossom

📋 copy color: '#EDAEB5'

red 237 ◦ green 174 ◦ blue 181

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

Shades of Blossom #EDAEB5

Tints of Blossom #EDAEB5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.39%

 BLUE value IS 181 (71.09% from 255) = 30.57%

R = 40.03%
G = 29.39%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDAEB5 (or 0xEDAEB5) is known color: Blossom. HEX triplet: ED, AE and B5. RGB value is (237,174,181). Sum of RGB (Red+Green+Blue) = 237+174+181=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEB5 is #12514A. Grayscale: #C1C1C1. Windows color (decimal): -1200459 or 11906797. OLE color: 11906797.

HSL color Cylindrical-coordinate representation of color #EDAEB5: hue angle of 353.33º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDAEB5 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 174 181 -
CMYK 0 0.27 0.24 0.07
HSL 353.33º 0.64% 0.81% -
HSV(B) 353.33º 0.27% 0.93% -
XYZ 58.4 51.61 50.6 -
YUV 193.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 237 174 181 0 0.27 0.24 0.07 353.33 0.64 0.81
Hex ED AE B5 0 1B 18 7 161 40 51
Octal 355 256 265 0 33 30 7 541 100 121
Binary 11101101 10101110 10110101 0 11011 11000 111 101100001 1000000 1010001

Color Harmonies of #EDAEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEB5

Black with #EDAEB5

Text Example


Text Example

White with #EDAEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEB5; }

 p { color: rgb(237,174,181); }

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

background-color css

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

 a { background-color: rgb(237,174,181); }

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

border-color css

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

 span { border-color: rgb(237,174,181); }

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