Html Css Color HEX #EDACB3 Blossom

📋 copy color: '#EDACB3'

red 237 ◦ green 172 ◦ blue 179

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

Shades of Blossom #EDACB3

Tints of Blossom #EDACB3

RGB

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

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

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

R = 40.31%
G = 29.25%
B = 30.44%

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

#EDACB3 (or 0xEDACB3) is known color: Blossom. HEX triplet: ED, AC and B3. RGB value is (237,172,179). Sum of RGB (Red+Green+Blue) = 237+172+179=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACB3 is #12534C. Grayscale: #C0C0C0. Windows color (decimal): -1200973 or 11775213. OLE color: 11775213.

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

Color convert

RGB 237 172 179 -
CMYK 0 0.27 0.24 0.07
HSL 353.54º 0.64% 0.8% -
HSV(B) 353.54º 0.27% 0.93% -
XYZ 57.81 50.76 49.4 -
YUV 192.23 120.53 159.93 -
System Red Green Blue C M Y K H S L
Decimal 237 172 179 0 0.27 0.24 0.07 353.54 0.64 0.8
Hex ED AC B3 0 1B 18 7 162 40 50
Octal 355 254 263 0 33 30 7 542 100 120
Binary 11101101 10101100 10110011 0 11011 11000 111 101100010 1000000 1010000

Color Harmonies of #EDACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACB3

Black with #EDACB3

Text Example


Text Example

White with #EDACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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