Html Css Color HEX #EDADB9 Blossom

📋 copy color: '#EDADB9'

red 237 ◦ green 173 ◦ blue 185

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

Shades of Blossom #EDADB9

Tints of Blossom #EDADB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.09%

R = 39.83%
G = 29.08%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDADB9 (or 0xEDADB9) is known color: Blossom. HEX triplet: ED, AD and B9. RGB value is (237,173,185). Sum of RGB (Red+Green+Blue) = 237+173+185=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADB9 is #125246. Grayscale: #C1C1C1. Windows color (decimal): -1200711 or 12168685. OLE color: 12168685.

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

Color convert

RGB 237 173 185 -
CMYK 0 0.27 0.22 0.07
HSL 348.75º 0.64% 0.8% -
HSV(B) 348.75º 0.27% 0.93% -
XYZ 58.63 51.39 52.73 -
YUV 193.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 237 173 185 0 0.27 0.22 0.07 348.75 0.64 0.8
Hex ED AD B9 0 1B 16 7 15D 40 50
Octal 355 255 271 0 33 26 7 535 100 120
Binary 11101101 10101101 10111001 0 11011 10110 111 101011101 1000000 1010000

Color Harmonies of #EDADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADB9

Black with #EDADB9

Text Example


Text Example

White with #EDADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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