#EBB3CF

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

Shades of Lavender Pink #EBB3CF

Tints of Lavender Pink #EBB3CF

Color information

#EBB3CF (or 0xEBB3CF) is unknown color: approx Lavender Pink. HEX triplet: EB, B3 and CF. RGB value is (235,179,207). Sum of RGB (Red+Green+Blue) = 235+179+207=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3CF is #144C30. Grayscale: #C6C6C6. Windows color (decimal): -1330225 or 13612011. OLE color: 13612011.

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

Color convert

RGB235179207-
CMYK00.240.120.08
HSL330º58.33%81.18%-
HSV(B)330º23.83%92.16%-
XYZ61.6454.4166.28-
YUV198.94132.55153.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 179 (70.31% from 255) = 28.82%
BLUE value IS 207 (81.25% from 255) = 33.33%
R=37.84%
G=28.82%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517920700.240.120.0833058.3381.18
HexEBB3CF018C814a3a51
Octal353263317030141051272121
Binary111010111011001111001111011000110010001010010101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB3CF; }

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

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

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

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

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

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

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

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