Html Css Color HEX #EDBBB3 Beauty Bush

📋 copy color: '#EDBBB3'

red 237 ◦ green 187 ◦ blue 179

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

Shades of Beauty Bush #EDBBB3

Tints of Beauty Bush #EDBBB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.68%

R = 39.3%
G = 31.01%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDBBB3 (or 0xEDBBB3) is known color: Beauty Bush. HEX triplet: ED, BB and B3. RGB value is (237,187,179). Sum of RGB (Red+Green+Blue) = 237+187+179=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBB3 is #12444C. Grayscale: #C9C9C9. Windows color (decimal): -1197133 or 11779053. OLE color: 11779053.

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

Color convert

RGB 237 187 179 -
CMYK 0 0.21 0.24 0.07
HSL 8.28º 0.62% 0.82% -
HSV(B) 8.28º 0.24% 0.93% -
XYZ 60.83 56.8 50.41 -
YUV 201.04 115.57 153.65 -
System Red Green Blue C M Y K H S L
Decimal 237 187 179 0 0.21 0.24 0.07 8.28 0.62 0.82
Hex ED BB B3 0 15 18 7 8 3E 52
Octal 355 273 263 0 25 30 7 10 76 122
Binary 11101101 10111011 10110011 0 10101 11000 111 1000 111110 1010010

Color Harmonies of #EDBBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBB3

Black with #EDBBB3

Text Example


Text Example

White with #EDBBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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