#EBBDC1

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

Shades of Azalea #EBBDC1

Tints of Azalea #EBBDC1

Color information

#EBBDC1 (or 0xEBBDC1) is unknown color: approx Azalea. HEX triplet: EB, BD and C1. RGB value is (235,189,193). Sum of RGB (Red+Green+Blue) = 235+189+193=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDC1 is #14423E. Grayscale: #CBCBCB. Windows color (decimal): -1327679 or 12697067. OLE color: 12697067.

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

Color convert

RGB235189193-
CMYK00.200.180.08
HSL354.78º53.49%83.14%-
HSV(B)354.78º19.57%92.16%-
XYZ62.0857.9158.36-
YUV203.21122.24150.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 189 (74.22% from 255) = 30.63%
BLUE value IS 193 (75.78% from 255) = 31.28%
R=38.09%
G=30.63%
B=31.28%

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
Decimal23518919300.200.180.08354.7853.4983.14
HexEBBDC10141281633553
Octal353275301024221054365123
Binary1110101110111101110000010101001001010001011000111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDC1; }

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

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

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

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

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

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

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

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