#EBBDC0

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

Shades of Azalea #EBBDC0

Tints of Azalea #EBBDC0

Color information

#EBBDC0 (or 0xEBBDC0) is unknown color: approx Azalea. HEX triplet: EB, BD and C0. RGB value is (235,189,192). Sum of RGB (Red+Green+Blue) = 235+189+192=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDC0 is #14423F. Grayscale: #CBCBCB. Windows color (decimal): -1327680 or 12631531. OLE color: 12631531.

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

Color convert

RGB235189192-
CMYK00.200.180.08
HSL356.09º53.49%83.14%-
HSV(B)356.09º19.57%92.16%-
XYZ61.9757.8657.77-
YUV203.1121.74150.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 189 (74.22% from 255) = 30.68%
BLUE value IS 192 (75.39% from 255) = 31.17%
R=38.15%
G=30.68%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518919200.200.180.08356.0953.4983.14
HexEBBDC00141281643553
Octal353275300024221054465123
Binary1110101110111101110000000101001001010001011001001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDC0; }

 p { color: rgb(235,189,192); }

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

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

 a { background-color: rgb(235,189,192); }

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

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

 span { border-color: rgb(235,189,192); }

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