#EBAECF

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

Shades of Lavender Pink #EBAECF

Tints of Lavender Pink #EBAECF

Color information

#EBAECF (or 0xEBAECF) is unknown color: approx Lavender Pink. HEX triplet: EB, AE and CF. RGB value is (235,174,207). Sum of RGB (Red+Green+Blue) = 235+174+207=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAECF is #145130. Grayscale: #C3C3C3. Windows color (decimal): -1331505 or 13610731. OLE color: 13610731.

HSL color Cylindrical-coordinate representation of color #EBAECF: hue angle of 327.54º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAECF is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235174207-
CMYK00.260.120.08
HSL327.54º60.4%80.2%-
HSV(B)327.54º25.96%92.16%-
XYZ60.6652.4465.96-
YUV196134.21155.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 207 (81.25% from 255) = 33.60%
R=38.15%
G=28.25%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517420700.260.120.08327.5460.480.2
HexEBAECF01AC81483c50
Octal353256317032141051074120
Binary111010111010111011001111011010110010001010010001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAECF; }

 p { color: rgb(235,174,207); }

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

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

 a { background-color: rgb(235,174,207); }

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

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

 span { border-color: rgb(235,174,207); }

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