#EBC8CB

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

Shades of Azalea #EBC8CB

Tints of Azalea #EBC8CB

Color information

#EBC8CB (or 0xEBC8CB) is unknown color: approx Azalea. HEX triplet: EB, C8 and CB. RGB value is (235,200,203). Sum of RGB (Red+Green+Blue) = 235+200+203=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8CB is #143734. Grayscale: #D2D2D2. Windows color (decimal): -1324853 or 13355243. OLE color: 13355243.

HSL color Cylindrical-coordinate representation of color #EBC8CB: hue angle of 354.86º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC8CB is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235200203-
CMYK00.150.140.08
HSL354.86º46.67%85.29%-
HSV(B)354.86º14.89%92.16%-
XYZ65.6963.2865.25-
YUV210.81123.6145.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.83%
GREEN value IS 200 (78.52% from 255) = 31.35%
BLUE value IS 203 (79.69% from 255) = 31.82%
R=36.83%
G=31.35%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520020300.150.140.08354.8646.6785.29
HexEBC8CB0FE81632f55
Octal353310313017161054357125
Binary11101011110010001100101101111111010001011000111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8CB; }

 p { color: rgb(235,200,203); }

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

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

 a { background-color: rgb(235,200,203); }

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

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

 span { border-color: rgb(235,200,203); }

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