#EEB3CD

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

Shades of Lavender Pink #EEB3CD

Tints of Lavender Pink #EEB3CD

Color information

#EEB3CD (or 0xEEB3CD) is unknown color: approx Lavender Pink. HEX triplet: EE, B3 and CD. RGB value is (238,179,205). Sum of RGB (Red+Green+Blue) = 238+179+205=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3CD is #114C32. Grayscale: #C7C7C7. Windows color (decimal): -1133619 or 13480942. OLE color: 13480942.

HSL color Cylindrical-coordinate representation of color #EEB3CD: hue angle of 333.56º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB3CD is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238179205-
CMYK00.250.140.07
HSL333.56º63.44%81.76%-
HSV(B)333.56º24.79%93.33%-
XYZ62.454.8365.05-
YUV199.6131.05155.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.26%
GREEN value IS 179 (70.31% from 255) = 28.78%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=38.26%
G=28.78%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817920500.250.140.07333.5663.4481.76
HexEEB3CD019E714e3f52
Octal35626331503116751677122
Binary11101110101100111100110101100111101111010011101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB3CD; }

 p { color: rgb(238,179,205); }

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

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

 a { background-color: rgb(238,179,205); }

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

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

 span { border-color: rgb(238,179,205); }

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