#EEC4BF

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

Shades of Beauty Bush #EEC4BF

Tints of Beauty Bush #EEC4BF

Color information

#EEC4BF (or 0xEEC4BF) is unknown color: approx Beauty Bush. HEX triplet: EE, C4 and BF. RGB value is (238,196,191). Sum of RGB (Red+Green+Blue) = 238+196+191=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4BF is #113B40. Grayscale: #D0D0D0. Windows color (decimal): -1129281 or 12567790. OLE color: 12567790.

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

Color convert

RGB238196191-
CMYK00.180.200.07
HSL6.38º58.02%84.12%-
HSV(B)6.38º19.75%93.33%-
XYZ64.461.4257.75-
YUV207.99118.41149.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 196 (76.95% from 255) = 31.36%
BLUE value IS 191 (75% from 255) = 30.56%
R=38.08%
G=31.36%
B=30.56%

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
Decimal23819619100.180.200.076.3858.0284.12
HexEEC4BF01214763a54
Octal356304277022247672124
Binary111011101100010010111111010010101001111101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC4BF; }

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

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

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

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

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

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

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

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