Html Css Color HEX #EDAEB1 Blossom

📋 copy color: '#EDAEB1'

red 237 ◦ green 174 ◦ blue 177

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

Shades of Blossom #EDAEB1

Tints of Blossom #EDAEB1

RGB

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

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

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

R = 40.31%
G = 29.59%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDAEB1 (or 0xEDAEB1) is known color: Blossom. HEX triplet: ED, AE and B1. RGB value is (237,174,177). Sum of RGB (Red+Green+Blue) = 237+174+177=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEB1 is #12514E. Grayscale: #C1C1C1. Windows color (decimal): -1200463 or 11644653. OLE color: 11644653.

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

Color convert

RGB 237 174 177 -
CMYK 0 0.27 0.25 0.07
HSL 357.14º 0.64% 0.81% -
HSV(B) 357.14º 0.27% 0.93% -
XYZ 58 51.45 48.47 -
YUV 193.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 237 174 177 0 0.27 0.25 0.07 357.14 0.64 0.81
Hex ED AE B1 0 1B 19 7 165 40 51
Octal 355 256 261 0 33 31 7 545 100 121
Binary 11101101 10101110 10110001 0 11011 11001 111 101100101 1000000 1010001

Color Harmonies of #EDAEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEB1

Black with #EDAEB1

Text Example


Text Example

White with #EDAEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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