#EEBDB7

Color #EEBDB7 Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #EEBDB7

Tints of Beauty Bush #EEBDB7

Color information

#EEBDB7 (or 0xEEBDB7) is unknown color: approx Beauty Bush. HEX triplet: EE, BD and B7. RGB value is (238,189,183). Sum of RGB (Red+Green+Blue) = 238+189+183=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDB7 is #114248. Grayscale: #CBCBCB. Windows color (decimal): -1131081 or 12041710. OLE color: 12041710.

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

Color convert

RGB238189183-
CMYK00.210.230.07
HSL6.55º61.8%82.55%-
HSV(B)6.55º23.11%93.33%-
XYZ6257.9952.73-
YUV202.97116.73152.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.02%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 183 (71.88% from 255) = 30%
R=39.02%
G=30.98%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818918300.210.230.076.5561.882.55
HexEEBDB701517773e53
Octal356275267025277776123
Binary111011101011110110110111010101101111111111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDB7; }

 p { color: rgb(238,189,183); }

 H1.HeaderClassName
 {
   color: #EEBDB7;
 }
 .AnyTagClassName
 {
   color: #EEBDB7;
 }
</style>
background-color css

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

 a { background-color: rgb(238,189,183); }

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

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

 span { border-color: rgb(238,189,183); }

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