#ECC4BF

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

Shades of Beauty Bush #ECC4BF

Tints of Beauty Bush #ECC4BF

Color information

#ECC4BF (or 0xECC4BF) is unknown color: approx Beauty Bush. HEX triplet: EC, C4 and BF. RGB value is (236,196,191). Sum of RGB (Red+Green+Blue) = 236+196+191=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4BF is #133B40. Grayscale: #CFCFCF. Windows color (decimal): -1260353 or 12567788. OLE color: 12567788.

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

Color convert

RGB236196191-
CMYK00.170.190.07
HSL6.67º54.22%83.73%-
HSV(B)6.67º19.07%92.55%-
XYZ63.7461.0757.72-
YUV207.39118.75148.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 196 (76.95% from 255) = 31.46%
BLUE value IS 191 (75% from 255) = 30.66%
R=37.88%
G=31.46%
B=30.66%

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
Decimal23619619100.170.190.076.6754.2283.73
HexECC4BF01113773654
Octal354304277021237766124
Binary111011001100010010111111010001100111111111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC4BF; }

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

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

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

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

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

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

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

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