Html Css Color HEX #EDADB5 Blossom

📋 copy color: '#EDADB5'

red 237 ◦ green 173 ◦ blue 181

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

Shades of Blossom #EDADB5

Tints of Blossom #EDADB5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.27%

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

R = 40.1%
G = 29.27%
B = 30.63%

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

#EDADB5 (or 0xEDADB5) is known color: Blossom. HEX triplet: ED, AD and B5. RGB value is (237,173,181). Sum of RGB (Red+Green+Blue) = 237+173+181=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADB5 is #12524A. Grayscale: #C1C1C1. Windows color (decimal): -1200715 or 11906541. OLE color: 11906541.

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

Color convert

RGB 237 173 181 -
CMYK 0 0.27 0.24 0.07
HSL 352.5º 0.64% 0.8% -
HSV(B) 352.5º 0.27% 0.93% -
XYZ 58.21 51.23 50.54 -
YUV 193.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 237 173 181 0 0.27 0.24 0.07 352.5 0.64 0.8
Hex ED AD B5 0 1B 18 7 160 40 50
Octal 355 255 265 0 33 30 7 540 100 120
Binary 11101101 10101101 10110101 0 11011 11000 111 101100000 1000000 1010000

Color Harmonies of #EDADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADB5

Black with #EDADB5

Text Example


Text Example

White with #EDADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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