#ECC1BB

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

Shades of Beauty Bush #ECC1BB

Tints of Beauty Bush #ECC1BB

Color information

#ECC1BB (or 0xECC1BB) is unknown color: approx Beauty Bush. HEX triplet: EC, C1 and BB. RGB value is (236,193,187). Sum of RGB (Red+Green+Blue) = 236+193+187=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1BB is #133E44. Grayscale: #CDCDCD. Windows color (decimal): -1261125 or 12304876. OLE color: 12304876.

HSL color Cylindrical-coordinate representation of color #ECC1BB: hue angle of 7.35º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC1BB is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236193187-
CMYK00.180.210.07
HSL7.35º56.32%82.94%-
HSV(B)7.35º20.76%92.55%-
XYZ62.6359.5655.21-
YUV205.17117.75149.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.31%
GREEN value IS 193 (75.78% from 255) = 31.33%
BLUE value IS 187 (73.44% from 255) = 30.36%
R=38.31%
G=31.33%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619318700.180.210.077.3556.3282.94
HexECC1BB01215773853
Octal354301273022257770123
Binary111011001100000110111011010010101011111111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1BB; }

 p { color: rgb(236,193,187); }

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

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

 a { background-color: rgb(236,193,187); }

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

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

 span { border-color: rgb(236,193,187); }

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