#EBBDC2

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

Shades of Azalea #EBBDC2

Tints of Azalea #EBBDC2

Color information

#EBBDC2 (or 0xEBBDC2) is unknown color: approx Azalea. HEX triplet: EB, BD and C2. RGB value is (235,189,194). Sum of RGB (Red+Green+Blue) = 235+189+194=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDC2 is #14423D. Grayscale: #CBCBCB. Windows color (decimal): -1327678 or 12762603. OLE color: 12762603.

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

Color convert

RGB235189194-
CMYK00.200.170.08
HSL353.48º53.49%83.14%-
HSV(B)353.48º19.57%92.16%-
XYZ62.257.9558.95-
YUV203.32122.74150.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 194 (76.17% from 255) = 31.39%
R=38.03%
G=30.58%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518919400.200.170.08353.4853.4983.14
HexEBBDC20141181613553
Octal353275302024211054165123
Binary1110101110111101110000100101001000110001011000011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDC2; }

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

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

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

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

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

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

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

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