#EBC6C7

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

Shades of Azalea #EBC6C7

Tints of Azalea #EBC6C7

Color information

#EBC6C7 (or 0xEBC6C7) is unknown color: approx Azalea. HEX triplet: EB, C6 and C7. RGB value is (235,198,199). Sum of RGB (Red+Green+Blue) = 235+198+199=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6C7 is #143938. Grayscale: #D1D1D1. Windows color (decimal): -1325369 or 13092587. OLE color: 13092587.

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

Color convert

RGB235198199-
CMYK00.160.150.08
HSL358.38º48.05%84.9%-
HSV(B)358.38º15.74%92.16%-
XYZ64.7662.1762.62-
YUV209.18122.26146.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 198 (77.73% from 255) = 31.33%
BLUE value IS 199 (78.12% from 255) = 31.49%
R=37.18%
G=31.33%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519819900.160.150.08358.3848.0584.9
HexEBC6C7010F81663055
Octal353306307020171054660125
Binary111010111100011011000111010000111110001011001101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6C7; }

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

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

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

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

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

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

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

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