#EEC1BD

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

Shades of Beauty Bush #EEC1BD

Tints of Beauty Bush #EEC1BD

Color information

#EEC1BD (or 0xEEC1BD) is unknown color: approx Beauty Bush. HEX triplet: EE, C1 and BD. RGB value is (238,193,189). Sum of RGB (Red+Green+Blue) = 238+193+189=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC1BD is #113E42. Grayscale: #CECECE. Windows color (decimal): -1130051 or 12435950. OLE color: 12435950.

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

Color convert

RGB238193189-
CMYK00.190.210.07
HSL4.9º59.04%83.73%-
HSV(B)4.9º20.59%93.33%-
XYZ63.5259.9956.38-
YUV206118.41150.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 193 (75.78% from 255) = 31.13%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=38.39%
G=31.13%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819318900.190.210.074.959.0483.73
HexEEC1BD01315753b54
Octal356301275023257573124
Binary111011101100000110111101010011101011111011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC1BD; }

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

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

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

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

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

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

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

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