#EBC7CA

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

Shades of Azalea #EBC7CA

Tints of Azalea #EBC7CA

Color information

#EBC7CA (or 0xEBC7CA) is unknown color: approx Azalea. HEX triplet: EB, C7 and CA. RGB value is (235,199,202). Sum of RGB (Red+Green+Blue) = 235+199+202=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7CA is #143835. Grayscale: #D2D2D2. Windows color (decimal): -1325110 or 13289451. OLE color: 13289451.

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

Color convert

RGB235199202-
CMYK00.150.140.08
HSL355º47.37%85.1%-
HSV(B)355º15.32%92.16%-
XYZ65.3562.7764.55-
YUV210.11123.43145.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 199 (78.12% from 255) = 31.29%
BLUE value IS 202 (79.30% from 255) = 31.76%
R=36.95%
G=31.29%
B=31.76%

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
Decimal23519920200.150.140.0835547.3785.1
HexEBC7CA0FE81632f55
Octal353307312017161054357125
Binary11101011110001111100101001111111010001011000111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7CA; }

 p { color: rgb(235,199,202); }

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

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

 a { background-color: rgb(235,199,202); }

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

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

 span { border-color: rgb(235,199,202); }

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