Html Css Color HEX #EDB2B7 Blossom

📋 copy color: '#EDB2B7'

red 237 ◦ green 178 ◦ blue 183

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

Shades of Blossom #EDB2B7

Tints of Blossom #EDB2B7

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.77%

 BLUE value IS 183 (71.88% from 255) = 30.6%

R = 39.63%
G = 29.77%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDB2B7 (or 0xEDB2B7) is known color: Blossom. HEX triplet: ED, B2 and B7. RGB value is (237,178,183). Sum of RGB (Red+Green+Blue) = 237+178+183=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2B7 is #124D48. Grayscale: #C4C4C4. Windows color (decimal): -1199433 or 12038893. OLE color: 12038893.

HSL color Cylindrical-coordinate representation of color #EDB2B7: hue angle of 354.92º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB2B7 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 183 -
CMYK 0 0.25 0.23 0.07
HSL 354.92º 0.62% 0.81% -
HSV(B) 354.92º 0.25% 0.93% -
XYZ 59.39 53.26 51.95 -
YUV 196.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 237 178 183 0 0.25 0.23 0.07 354.92 0.62 0.81
Hex ED B2 B7 0 19 17 7 163 3E 51
Octal 355 262 267 0 31 27 7 543 76 121
Binary 11101101 10110010 10110111 0 11001 10111 111 101100011 111110 1010001

Color Harmonies of #EDB2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2B7

Black with #EDB2B7

Text Example


Text Example

White with #EDB2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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