#ECC3BD

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

Shades of Beauty Bush #ECC3BD

Tints of Beauty Bush #ECC3BD

Color information

#ECC3BD (or 0xECC3BD) is unknown color: approx Beauty Bush. HEX triplet: EC, C3 and BD. RGB value is (236,195,189). Sum of RGB (Red+Green+Blue) = 236+195+189=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3BD is #133C42. Grayscale: #CECECE. Windows color (decimal): -1260611 or 12436460. OLE color: 12436460.

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

Color convert

RGB236195189-
CMYK00.170.200.07
HSL7.66º55.29%83.33%-
HSV(B)7.66º19.92%92.55%-
XYZ63.2960.5456.49-
YUV206.58118.08148.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 195 (76.56% from 255) = 31.45%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=38.06%
G=31.45%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619518900.170.200.077.6655.2983.33
HexECC3BD01114783753
Octal3543032750212471067123
Binary1110110011000011101111010100011010011110001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3BD; }

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

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

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

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

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

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

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

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