#EEC2BF

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

Shades of Beauty Bush #EEC2BF

Tints of Beauty Bush #EEC2BF

Color information

#EEC2BF (or 0xEEC2BF) is unknown color: approx Beauty Bush. HEX triplet: EE, C2 and BF. RGB value is (238,194,191). Sum of RGB (Red+Green+Blue) = 238+194+191=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2BF is #113D40. Grayscale: #CECECE. Windows color (decimal): -1129793 or 12567278. OLE color: 12567278.

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

Color convert

RGB238194191-
CMYK00.180.200.07
HSL3.83º58.02%84.12%-
HSV(B)3.83º19.75%93.33%-
XYZ63.9660.5257.6-
YUV206.81119.08150.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.20%
GREEN value IS 194 (76.17% from 255) = 31.14%
BLUE value IS 191 (75% from 255) = 30.66%
R=38.20%
G=31.14%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819419100.180.200.073.8358.0284.12
HexEEC2BF01214743a54
Octal356302277022247472124
Binary111011101100001010111111010010101001111001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC2BF; }

 p { color: rgb(238,194,191); }

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

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

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

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

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

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

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