Html Css Color HEX #EDBDB2 Beauty Bush

📋 copy color: '#EDBDB2'

red 237 ◦ green 189 ◦ blue 178

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

Shades of Beauty Bush #EDBDB2

Tints of Beauty Bush #EDBDB2

RGB

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

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

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

R = 39.24%
G = 31.29%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDBDB2 (or 0xEDBDB2) is known color: Beauty Bush. HEX triplet: ED, BD and B2. RGB value is (237,189,178). Sum of RGB (Red+Green+Blue) = 237+189+178=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 178 (69.92% from 255 or 29.47% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDB2 is #12424D. Grayscale: #CACACA. Windows color (decimal): -1196622 or 11714029. OLE color: 11714029.

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

Color convert

RGB 237 189 178 -
CMYK 0 0.20 0.25 0.07
HSL 11.19º 0.62% 0.81% -
HSV(B) 11.19º 0.25% 0.93% -
XYZ 61.16 57.61 50.02 -
YUV 202.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 237 189 178 0 0.20 0.25 0.07 11.19 0.62 0.81
Hex ED BD B2 0 14 19 7 B 3E 51
Octal 355 275 262 0 24 31 7 13 76 121
Binary 11101101 10111101 10110010 0 10100 11001 111 1011 111110 1010001

Color Harmonies of #EDBDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDB2

Black with #EDBDB2

Text Example


Text Example

White with #EDBDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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