Html Css Color HEX #EDACB2 Blossom

📋 copy color: '#EDACB2'

red 237 ◦ green 172 ◦ blue 178

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

Shades of Blossom #EDACB2

Tints of Blossom #EDACB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.32%

R = 40.37%
G = 29.3%
B = 30.32%

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

#EDACB2 (or 0xEDACB2) is known color: Blossom. HEX triplet: ED, AC and B2. RGB value is (237,172,178). Sum of RGB (Red+Green+Blue) = 237+172+178=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDACB2 is #12534D. Grayscale: #C0C0C0. Windows color (decimal): -1200974 or 11709677. OLE color: 11709677.

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

Color convert

RGB 237 172 178 -
CMYK 0 0.27 0.25 0.07
HSL 354.46º 0.64% 0.8% -
HSV(B) 354.46º 0.27% 0.93% -
XYZ 57.71 50.72 48.87 -
YUV 192.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 237 172 178 0 0.27 0.25 0.07 354.46 0.64 0.8
Hex ED AC B2 0 1B 19 7 162 40 50
Octal 355 254 262 0 33 31 7 542 100 120
Binary 11101101 10101100 10110010 0 11011 11001 111 101100010 1000000 1010000

Color Harmonies of #EDACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACB2

Black with #EDACB2

Text Example


Text Example

White with #EDACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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