Html Css Color HEX #EDBDBB Beauty Bush

📋 copy color: '#EDBDBB'

red 237 ◦ green 189 ◦ blue 187

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

Shades of Beauty Bush #EDBDBB

Tints of Beauty Bush #EDBDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.83%

 BLUE value IS 187 (73.44% from 255) = 30.51%

R = 38.66%
G = 30.83%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDBDBB (or 0xEDBDBB) is known color: Beauty Bush. HEX triplet: ED, BD and BB. RGB value is (237,189,187). Sum of RGB (Red+Green+Blue) = 237+189+187=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDBB is #124244. Grayscale: #CBCBCB. Windows color (decimal): -1196613 or 12303853. OLE color: 12303853.

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

Color convert

RGB 237 189 187 -
CMYK 0 0.20 0.21 0.07
HSL 2.4º 0.58% 0.83% -
HSV(B) 2.4º 0.21% 0.93% -
XYZ 62.09 57.99 54.93 -
YUV 203.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 237 189 187 0 0.20 0.21 0.07 2.4 0.58 0.83
Hex ED BD BB 0 14 15 7 2 3A 53
Octal 355 275 273 0 24 25 7 2 72 123
Binary 11101101 10111101 10111011 0 10100 10101 111 10 111010 1010011

Color Harmonies of #EDBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDBB

Black with #EDBDBB

Text Example


Text Example

White with #EDBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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