Html Css Color HEX #EDACB8 Blossom

📋 copy color: '#EDACB8'

red 237 ◦ green 172 ◦ blue 184

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

Shades of Blossom #EDACB8

Tints of Blossom #EDACB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.03%

R = 39.97%
G = 29.01%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDACB8 (or 0xEDACB8) is known color: Blossom. HEX triplet: ED, AC and B8. RGB value is (237,172,184). Sum of RGB (Red+Green+Blue) = 237+172+184=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACB8 is #125347. Grayscale: #C0C0C0. Windows color (decimal): -1200968 or 12102893. OLE color: 12102893.

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

Color convert

RGB 237 172 184 -
CMYK 0 0.27 0.22 0.07
HSL 348.92º 0.64% 0.8% -
HSV(B) 348.92º 0.27% 0.93% -
XYZ 58.33 50.97 52.11 -
YUV 192.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 237 172 184 0 0.27 0.22 0.07 348.92 0.64 0.8
Hex ED AC B8 0 1B 16 7 15D 40 50
Octal 355 254 270 0 33 26 7 535 100 120
Binary 11101101 10101100 10111000 0 11011 10110 111 101011101 1000000 1010000

Color Harmonies of #EDACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACB8

Black with #EDACB8

Text Example


Text Example

White with #EDACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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