Html Css Color HEX #EDADB3 Blossom

📋 copy color: '#EDADB3'

red 237 ◦ green 173 ◦ blue 179

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

Shades of Blossom #EDADB3

Tints of Blossom #EDADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.39%

R = 40.24%
G = 29.37%
B = 30.39%

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

#EDADB3 (or 0xEDADB3) is known color: Blossom. HEX triplet: ED, AD and B3. RGB value is (237,173,179). Sum of RGB (Red+Green+Blue) = 237+173+179=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 179 (70.31% from 255 or 30.39% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADB3 is #12524C. Grayscale: #C0C0C0. Windows color (decimal): -1200717 or 11775469. OLE color: 11775469.

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

Color convert

RGB 237 173 179 -
CMYK 0 0.27 0.24 0.07
HSL 354.38º 0.64% 0.8% -
HSV(B) 354.38º 0.27% 0.93% -
XYZ 58.01 51.15 49.46 -
YUV 192.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 237 173 179 0 0.27 0.24 0.07 354.38 0.64 0.8
Hex ED AD B3 0 1B 18 7 162 40 50
Octal 355 255 263 0 33 30 7 542 100 120
Binary 11101101 10101101 10110011 0 11011 11000 111 101100010 1000000 1010000

Color Harmonies of #EDADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADB3

Black with #EDADB3

Text Example


Text Example

White with #EDADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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