#EBAFCF

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

Shades of Lavender Pink #EBAFCF

Tints of Lavender Pink #EBAFCF

Color information

#EBAFCF (or 0xEBAFCF) is unknown color: approx Lavender Pink. HEX triplet: EB, AF and CF. RGB value is (235,175,207). Sum of RGB (Red+Green+Blue) = 235+175+207=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFCF is #145030. Grayscale: #C4C4C4. Windows color (decimal): -1331249 or 13610987. OLE color: 13610987.

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

Color convert

RGB235175207-
CMYK00.260.120.08
HSL328º60%80.39%-
HSV(B)328º25.53%92.16%-
XYZ60.8552.8366.02-
YUV196.59133.88155.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 175 (68.75% from 255) = 28.36%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=38.09%
G=28.36%
B=33.55%

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
Decimal23517520700.260.120.083286080.39
HexEBAFCF01AC81483c50
Octal353257317032141051074120
Binary111010111010111111001111011010110010001010010001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFCF; }

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

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

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

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

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

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

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

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