#EBC6C8

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

Shades of Azalea #EBC6C8

Tints of Azalea #EBC6C8

Color information

#EBC6C8 (or 0xEBC6C8) is unknown color: approx Azalea. HEX triplet: EB, C6 and C8. RGB value is (235,198,200). Sum of RGB (Red+Green+Blue) = 235+198+200=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6C8 is #143937. Grayscale: #D1D1D1. Windows color (decimal): -1325368 or 13158123. OLE color: 13158123.

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

Color convert

RGB235198200-
CMYK00.160.150.08
HSL356.76º48.05%84.9%-
HSV(B)356.76º15.74%92.16%-
XYZ64.8862.2263.23-
YUV209.29122.76146.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 198 (77.73% from 255) = 31.28%
BLUE value IS 200 (78.52% from 255) = 31.60%
R=37.12%
G=31.28%
B=31.60%

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
Decimal23519820000.160.150.08356.7648.0584.9
HexEBC6C8010F81653055
Octal353306310020171054560125
Binary111010111100011011001000010000111110001011001011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6C8; }

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

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

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

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

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

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

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

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