#EBC7C9

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

Shades of Azalea #EBC7C9

Tints of Azalea #EBC7C9

Color information

#EBC7C9 (or 0xEBC7C9) is unknown color: approx Azalea. HEX triplet: EB, C7 and C9. RGB value is (235,199,201). Sum of RGB (Red+Green+Blue) = 235+199+201=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7C9 is #143836. Grayscale: #D2D2D2. Windows color (decimal): -1325111 or 13223915. OLE color: 13223915.

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

Color convert

RGB235199201-
CMYK00.150.140.08
HSL356.67º47.37%85.1%-
HSV(B)356.67º15.32%92.16%-
XYZ65.2362.7363.93-
YUV209.99122.93145.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 199 (78.12% from 255) = 31.34%
BLUE value IS 201 (78.91% from 255) = 31.65%
R=37.01%
G=31.34%
B=31.65%

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
Decimal23519920100.150.140.08356.6747.3785.1
HexEBC7C90FE81652f55
Octal353307311017161054557125
Binary11101011110001111100100101111111010001011001011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7C9; }

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

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

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

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

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

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

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

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