#EBB2CD

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

Shades of Lavender Pink #EBB2CD

Tints of Lavender Pink #EBB2CD

Color information

#EBB2CD (or 0xEBB2CD) is unknown color: approx Lavender Pink. HEX triplet: EB, B2 and CD. RGB value is (235,178,205). Sum of RGB (Red+Green+Blue) = 235+178+205=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2CD is #144D32. Grayscale: #C6C6C6. Windows color (decimal): -1330483 or 13480683. OLE color: 13480683.

HSL color Cylindrical-coordinate representation of color #EBB2CD: hue angle of 331.58º degrees, saturation: 0.59, 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 #EBB2CD is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235178205-
CMYK00.240.130.08
HSL331.58º58.76%80.98%-
HSV(B)331.58º24.26%92.16%-
XYZ61.253.9164.94-
YUV198.12131.88154.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 178 (69.92% from 255) = 28.80%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=38.03%
G=28.80%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517820500.240.130.08331.5858.7680.98
HexEBB2CD018D814c3b51
Octal353262315030151051473121
Binary111010111011001011001101011000110110001010011001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2CD; }

 p { color: rgb(235,178,205); }

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

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

 a { background-color: rgb(235,178,205); }

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

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

 span { border-color: rgb(235,178,205); }

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