Html Css Color HEX #EDADB6 Blossom

📋 copy color: '#EDADB6'

red 237 ◦ green 173 ◦ blue 182

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

Shades of Blossom #EDADB6

Tints of Blossom #EDADB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.74%

R = 40.03%
G = 29.22%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDADB6 (or 0xEDADB6) is known color: Blossom. HEX triplet: ED, AD and B6. RGB value is (237,173,182). Sum of RGB (Red+Green+Blue) = 237+173+182=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 182 (71.48% from 255 or 30.74% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADB6 is #125249. Grayscale: #C1C1C1. Windows color (decimal): -1200714 or 11972077. OLE color: 11972077.

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

Color convert

RGB 237 173 182 -
CMYK 0 0.27 0.23 0.07
HSL 351.56º 0.64% 0.8% -
HSV(B) 351.56º 0.27% 0.93% -
XYZ 58.31 51.27 51.08 -
YUV 193.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 237 173 182 0 0.27 0.23 0.07 351.56 0.64 0.8
Hex ED AD B6 0 1B 17 7 160 40 50
Octal 355 255 266 0 33 27 7 540 100 120
Binary 11101101 10101101 10110110 0 11011 10111 111 101100000 1000000 1010000

Color Harmonies of #EDADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADB6

Black with #EDADB6

Text Example


Text Example

White with #EDADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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