#ECC1BD

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

Shades of Beauty Bush #ECC1BD

Tints of Beauty Bush #ECC1BD

Color information

#ECC1BD (or 0xECC1BD) is unknown color: approx Beauty Bush. HEX triplet: EC, C1 and BD. RGB value is (236,193,189). Sum of RGB (Red+Green+Blue) = 236+193+189=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1BD is #133E42. Grayscale: #CDCDCD. Windows color (decimal): -1261123 or 12435948. OLE color: 12435948.

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

Color convert

RGB236193189-
CMYK00.180.200.07
HSL5.11º55.29%83.33%-
HSV(B)5.11º19.92%92.55%-
XYZ62.8559.6556.34-
YUV205.4118.75149.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.19%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=38.19%
G=31.23%
B=30.58%

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
Decimal23619318900.180.200.075.1155.2983.33
HexECC1BD01214753753
Octal354301275022247567123
Binary111011001100000110111101010010101001111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1BD; }

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

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

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

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

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

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

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

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