#ECBDB8

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

Shades of Beauty Bush #ECBDB8

Tints of Beauty Bush #ECBDB8

Color information

#ECBDB8 (or 0xECBDB8) is unknown color: approx Beauty Bush. HEX triplet: EC, BD and B8. RGB value is (236,189,184). Sum of RGB (Red+Green+Blue) = 236+189+184=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDB8 is #134247. Grayscale: #CACACA. Windows color (decimal): -1262152 or 12107244. OLE color: 12107244.

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

Color convert

RGB236189184-
CMYK00.200.220.07
HSL5.77º57.78%82.35%-
HSV(B)5.77º22.03%92.55%-
XYZ61.4457.6953.24-
YUV202.48117.57151.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 184 (72.27% from 255) = 30.21%
R=38.75%
G=31.03%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618918400.200.220.075.7757.7882.35
HexECBDB801416763a52
Octal354275270024267672122
Binary111011001011110110111000010100101101111101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDB8; }

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

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

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

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

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

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

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

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