#ECBDB1

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

Shades of Beauty Bush #ECBDB1

Tints of Beauty Bush #ECBDB1

Color information

#ECBDB1 (or 0xECBDB1) is unknown color: approx Beauty Bush. HEX triplet: EC, BD and B1. RGB value is (236,189,177). Sum of RGB (Red+Green+Blue) = 236+189+177=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDB1 is #13424E. Grayscale: #C9C9C9. Windows color (decimal): -1262159 or 11648492. OLE color: 11648492.

HSL color Cylindrical-coordinate representation of color #ECBDB1: hue angle of 12.2º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECBDB1 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB236189177-
CMYK00.200.250.07
HSL12.2º60.82%80.98%-
HSV(B)12.2º25%92.55%-
XYZ60.7357.449.47-
YUV201.68114.07152.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.20%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 177 (69.53% from 255) = 29.40%
R=39.20%
G=31.40%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618917700.200.250.0712.260.8280.98
HexECBDB1014197c3d51
Octal3542752610243171475121
Binary1110110010111101101100010101001100111111001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDB1; }

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

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

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

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

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

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

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

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