Html Css Color HEX #EDADB1 Blossom

📋 copy color: '#EDADB1'

red 237 ◦ green 173 ◦ blue 177

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

Shades of Blossom #EDADB1

Tints of Blossom #EDADB1

RGB

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

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

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

R = 40.37%
G = 29.47%
B = 30.15%

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

#EDADB1 (or 0xEDADB1) is known color: Blossom. HEX triplet: ED, AD and B1. RGB value is (237,173,177). Sum of RGB (Red+Green+Blue) = 237+173+177=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADB1 is #12524E. Grayscale: #C0C0C0. Windows color (decimal): -1200719 or 11644397. OLE color: 11644397.

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

Color convert

RGB 237 173 177 -
CMYK 0 0.27 0.25 0.07
HSL 356.25º 0.64% 0.8% -
HSV(B) 356.25º 0.27% 0.93% -
XYZ 57.8 51.07 48.41 -
YUV 192.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 237 173 177 0 0.27 0.25 0.07 356.25 0.64 0.8
Hex ED AD B1 0 1B 19 7 164 40 50
Octal 355 255 261 0 33 31 7 544 100 120
Binary 11101101 10101101 10110001 0 11011 11001 111 101100100 1000000 1010000

Color Harmonies of #EDADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADB1

Black with #EDADB1

Text Example


Text Example

White with #EDADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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