#EBC0C4

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

Shades of Azalea #EBC0C4

Tints of Azalea #EBC0C4

Color information

#EBC0C4 (or 0xEBC0C4) is unknown color: approx Azalea. HEX triplet: EB, C0 and C4. RGB value is (235,192,196). Sum of RGB (Red+Green+Blue) = 235+192+196=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0C4 is #143F3B. Grayscale: #CDCDCD. Windows color (decimal): -1326908 or 12894443. OLE color: 12894443.

HSL color Cylindrical-coordinate representation of color #EBC0C4: hue angle of 354.42º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC0C4 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235192196-
CMYK00.180.170.08
HSL354.42º51.81%83.73%-
HSV(B)354.42º18.3%92.16%-
XYZ63.0759.3560.36-
YUV205.31122.75149.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 192 (75.39% from 255) = 30.82%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=37.72%
G=30.82%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519219600.180.170.08354.4251.8183.73
HexEBC0C40121181623454
Octal353300304022211054264124
Binary1110101111000000110001000100101000110001011000101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0C4; }

 p { color: rgb(235,192,196); }

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

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

 a { background-color: rgb(235,192,196); }

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

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

 span { border-color: rgb(235,192,196); }

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