#ECC3BF

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

Shades of Beauty Bush #ECC3BF

Tints of Beauty Bush #ECC3BF

Color information

#ECC3BF (or 0xECC3BF) is unknown color: approx Beauty Bush. HEX triplet: EC, C3 and BF. RGB value is (236,195,191). Sum of RGB (Red+Green+Blue) = 236+195+191=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3BF is #133C40. Grayscale: #CECECE. Windows color (decimal): -1260609 or 12567532. OLE color: 12567532.

HSL color Cylindrical-coordinate representation of color #ECC3BF: hue angle of 5.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC3BF is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236195191-
CMYK00.170.190.07
HSL5.33º54.22%83.73%-
HSV(B)5.33º19.07%92.55%-
XYZ63.5160.6257.64-
YUV206.8119.08148.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 195 (76.56% from 255) = 31.35%
BLUE value IS 191 (75% from 255) = 30.71%
R=37.94%
G=31.35%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619519100.170.190.075.3354.2283.73
HexECC3BF01113753654
Octal354303277021237566124
Binary111011001100001110111111010001100111111011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3BF; }

 p { color: rgb(236,195,191); }

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

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

 a { background-color: rgb(236,195,191); }

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

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

 span { border-color: rgb(236,195,191); }

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