#EBB5CF

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

Shades of Lavender Pink #EBB5CF

Tints of Lavender Pink #EBB5CF

Color information

#EBB5CF (or 0xEBB5CF) is unknown color: approx Lavender Pink. HEX triplet: EB, B5 and CF. RGB value is (235,181,207). Sum of RGB (Red+Green+Blue) = 235+181+207=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5CF is #144A30. Grayscale: #C8C8C8. Windows color (decimal): -1329713 or 13612523. OLE color: 13612523.

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

Color convert

RGB235181207-
CMYK00.230.120.08
HSL331.11º57.45%81.57%-
HSV(B)331.11º22.98%92.16%-
XYZ62.0555.2166.42-
YUV200.11131.89152.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 181 (71.09% from 255) = 29.05%
BLUE value IS 207 (81.25% from 255) = 33.23%
R=37.72%
G=29.05%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518120700.230.120.08331.1157.4581.57
HexEBB5CF017C814b3952
Octal353265317027141051371122
Binary111010111011010111001111010111110010001010010111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5CF; }

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

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

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

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

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

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

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

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