Html Css Color HEX #EDBBB7 Beauty Bush

📋 copy color: '#EDBBB7'

red 237 ◦ green 187 ◦ blue 183

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

Shades of Beauty Bush #EDBBB7

Tints of Beauty Bush #EDBBB7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.81%

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

R = 39.04%
G = 30.81%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDBBB7 (or 0xEDBBB7) is known color: Beauty Bush. HEX triplet: ED, BB and B7. RGB value is (237,187,183). Sum of RGB (Red+Green+Blue) = 237+187+183=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBB7 is #124448. Grayscale: #C9C9C9. Windows color (decimal): -1197129 or 12041197. OLE color: 12041197.

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

Color convert

RGB 237 187 183 -
CMYK 0 0.21 0.23 0.07
HSL 4.44º 0.6% 0.82% -
HSV(B) 4.44º 0.23% 0.93% -
XYZ 61.24 56.96 52.57 -
YUV 201.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 237 187 183 0 0.21 0.23 0.07 4.44 0.6 0.82
Hex ED BB B7 0 15 17 7 4 3C 52
Octal 355 273 267 0 25 27 7 4 74 122
Binary 11101101 10111011 10110111 0 10101 10111 111 100 111100 1010010

Color Harmonies of #EDBBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBB7

Black with #EDBBB7

Text Example


Text Example

White with #EDBBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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