Html Css Color HEX #EDACB1 Blossom

📋 copy color: '#EDACB1'

red 237 ◦ green 172 ◦ blue 177

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

Shades of Blossom #EDACB1

Tints of Blossom #EDACB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.2%

R = 40.44%
G = 29.35%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDACB1 (or 0xEDACB1) is known color: Blossom. HEX triplet: ED, AC and B1. RGB value is (237,172,177). Sum of RGB (Red+Green+Blue) = 237+172+177=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDACB1 is #12534E. Grayscale: #C0C0C0. Windows color (decimal): -1200975 or 11644141. OLE color: 11644141.

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

Color convert

RGB 237 172 177 -
CMYK 0 0.27 0.25 0.07
HSL 355.38º 0.64% 0.8% -
HSV(B) 355.38º 0.27% 0.93% -
XYZ 57.61 50.68 48.34 -
YUV 192.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 237 172 177 0 0.27 0.25 0.07 355.38 0.64 0.8
Hex ED AC B1 0 1B 19 7 163 40 50
Octal 355 254 261 0 33 31 7 543 100 120
Binary 11101101 10101100 10110001 0 11011 11001 111 101100011 1000000 1010000

Color Harmonies of #EDACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACB1

Black with #EDACB1

Text Example


Text Example

White with #EDACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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