#EEBDBB

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

Shades of Beauty Bush #EEBDBB

Tints of Beauty Bush #EEBDBB

Color information

#EEBDBB (or 0xEEBDBB) is unknown color: approx Beauty Bush. HEX triplet: EE, BD and BB. RGB value is (238,189,187). Sum of RGB (Red+Green+Blue) = 238+189+187=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDBB is #114244. Grayscale: #CBCBCB. Windows color (decimal): -1131077 or 12303854. OLE color: 12303854.

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

Color convert

RGB238189187-
CMYK00.210.210.07
HSL2.35º60%83.33%-
HSV(B)2.35º21.43%93.33%-
XYZ62.4358.1654.95-
YUV203.42118.73152.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 189 (74.22% from 255) = 30.78%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=38.76%
G=30.78%
B=30.46%

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
Decimal23818918700.210.210.072.356083.33
HexEEBDBB01515723c53
Octal356275273025257274123
Binary11101110101111011011101101010110101111101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDBB; }

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

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

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

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

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

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

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

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