#EBC8C9

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

Shades of Azalea #EBC8C9

Tints of Azalea #EBC8C9

Color information

#EBC8C9 (or 0xEBC8C9) is unknown color: approx Azalea. HEX triplet: EB, C8 and C9. RGB value is (235,200,201). Sum of RGB (Red+Green+Blue) = 235+200+201=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8C9 is #143736. Grayscale: #D2D2D2. Windows color (decimal): -1324855 or 13224171. OLE color: 13224171.

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

Color convert

RGB235200201-
CMYK00.150.140.08
HSL358.29º46.67%85.29%-
HSV(B)358.29º14.89%92.16%-
XYZ65.4663.1964-
YUV210.58122.6145.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 200 (78.52% from 255) = 31.45%
BLUE value IS 201 (78.91% from 255) = 31.60%
R=36.95%
G=31.45%
B=31.60%

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
Decimal23520020100.150.140.08358.2946.6785.29
HexEBC8C90FE81662f55
Octal353310311017161054657125
Binary11101011110010001100100101111111010001011001101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8C9; }

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

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

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

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

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

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

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

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