#EEBDBD

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

Shades of Beauty Bush #EEBDBD

Tints of Beauty Bush #EEBDBD

Color information

#EEBDBD (or 0xEEBDBD) is unknown color: approx Beauty Bush. HEX triplet: EE, BD and BD. RGB value is (238,189,189). Sum of RGB (Red+Green+Blue) = 238+189+189=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDBD is #114242. Grayscale: #CBCBCB. Windows color (decimal): -1131075 or 12434926. OLE color: 12434926.

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

Color convert

RGB238189189-
CMYK00.210.210.07
HSL59.04%83.73%-
HSV(B)20.59%93.33%-
XYZ62.6458.2556.09-
YUV203.65119.73152.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 189 (74.22% from 255) = 30.68%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=38.64%
G=30.68%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818918900.210.210.07059.0483.73
HexEEBDBD01515703b54
Octal356275275025257073124
Binary1110111010111101101111010101011010111101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDBD; }

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

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

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

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

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

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

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

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