Html Css Color HEX #EDACB6 Blossom

📋 copy color: '#EDACB6'

red 237 ◦ green 172 ◦ blue 182

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

Shades of Blossom #EDACB6

Tints of Blossom #EDACB6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.1%

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

R = 40.1%
G = 29.1%
B = 30.8%

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

#EDACB6 (or 0xEDACB6) is known color: Blossom. HEX triplet: ED, AC and B6. RGB value is (237,172,182). Sum of RGB (Red+Green+Blue) = 237+172+182=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACB6 is #125349. Grayscale: #C0C0C0. Windows color (decimal): -1200970 or 11971821. OLE color: 11971821.

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

Color convert

RGB 237 172 182 -
CMYK 0 0.27 0.23 0.07
HSL 350.77º 0.64% 0.8% -
HSV(B) 350.77º 0.27% 0.93% -
XYZ 58.12 50.89 51.01 -
YUV 192.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 237 172 182 0 0.27 0.23 0.07 350.77 0.64 0.8
Hex ED AC B6 0 1B 17 7 15F 40 50
Octal 355 254 266 0 33 27 7 537 100 120
Binary 11101101 10101100 10110110 0 11011 10111 111 101011111 1000000 1010000

Color Harmonies of #EDACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACB6

Black with #EDACB6

Text Example


Text Example

White with #EDACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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