#EBAFCE

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

Shades of Lavender Pink #EBAFCE

Tints of Lavender Pink #EBAFCE

Color information

#EBAFCE (or 0xEBAFCE) is unknown color: approx Lavender Pink. HEX triplet: EB, AF and CE. RGB value is (235,175,206). Sum of RGB (Red+Green+Blue) = 235+175+206=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFCE is #145031. Grayscale: #C4C4C4. Windows color (decimal): -1331250 or 13545451. OLE color: 13545451.

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

Color convert

RGB235175206-
CMYK00.260.120.08
HSL329º60%80.39%-
HSV(B)329º25.53%92.16%-
XYZ60.7352.7865.38-
YUV196.47133.38155.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 175 (68.75% from 255) = 28.41%
BLUE value IS 206 (80.86% from 255) = 33.44%
R=38.15%
G=28.41%
B=33.44%

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
Decimal23517520600.260.120.083296080.39
HexEBAFCE01AC81493c50
Octal353257316032141051174120
Binary111010111010111111001110011010110010001010010011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFCE; }

 p { color: rgb(235,175,206); }

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

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

 a { background-color: rgb(235,175,206); }

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

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

 span { border-color: rgb(235,175,206); }

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