#EEBDBC

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

Shades of Beauty Bush #EEBDBC

Tints of Beauty Bush #EEBDBC

Color information

#EEBDBC (or 0xEEBDBC) is unknown color: approx Beauty Bush. HEX triplet: EE, BD and BC. RGB value is (238,189,188). Sum of RGB (Red+Green+Blue) = 238+189+188=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDBC is #114243. Grayscale: #CBCBCB. Windows color (decimal): -1131076 or 12369390. OLE color: 12369390.

HSL color Cylindrical-coordinate representation of color #EEBDBC: hue angle of 1.2º degrees, saturation: 0.6, 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 #EEBDBC is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238189188-
CMYK00.210.210.07
HSL1.2º59.52%83.53%-
HSV(B)1.2º21.01%93.33%-
XYZ62.5358.255.52-
YUV203.54119.23152.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 188 (73.83% from 255) = 30.57%
R=38.70%
G=30.73%
B=30.57%

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
Decimal23818918800.210.210.071.259.5283.53
HexEEBDBC01515713c54
Octal356275274025257174124
Binary1110111010111101101111000101011010111111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDBC; }

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

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

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

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

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

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

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

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