Html Css Color HEX #EDADB7 Blossom

📋 copy color: '#EDADB7'

red 237 ◦ green 173 ◦ blue 183

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

Shades of Blossom #EDADB7

Tints of Blossom #EDADB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.86%

R = 39.97%
G = 29.17%
B = 30.86%

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

#EDADB7 (or 0xEDADB7) is known color: Blossom. HEX triplet: ED, AD and B7. RGB value is (237,173,183). Sum of RGB (Red+Green+Blue) = 237+173+183=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADB7 is #125248. Grayscale: #C1C1C1. Windows color (decimal): -1200713 or 12037613. OLE color: 12037613.

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

Color convert

RGB 237 173 183 -
CMYK 0 0.27 0.23 0.07
HSL 350.63º 0.64% 0.8% -
HSV(B) 350.63º 0.27% 0.93% -
XYZ 58.42 51.31 51.62 -
YUV 193.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 237 173 183 0 0.27 0.23 0.07 350.63 0.64 0.8
Hex ED AD B7 0 1B 17 7 15F 40 50
Octal 355 255 267 0 33 27 7 537 100 120
Binary 11101101 10101101 10110111 0 11011 10111 111 101011111 1000000 1010000

Color Harmonies of #EDADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADB7

Black with #EDADB7

Text Example


Text Example

White with #EDADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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