#EEB0D9

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

Shades of Lavender Pink #EEB0D9

Tints of Lavender Pink #EEB0D9

Color information

#EEB0D9 (or 0xEEB0D9) is unknown color: approx Lavender Pink. HEX triplet: EE, B0 and D9. RGB value is (238,176,217). Sum of RGB (Red+Green+Blue) = 238+176+217=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0D9 is #114F26. Grayscale: #C7C7C7. Windows color (decimal): -1134375 or 14266606. OLE color: 14266606.

HSL color Cylindrical-coordinate representation of color #EEB0D9: hue angle of 320.32º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0D9 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB238176217-
CMYK00.260.090.07
HSL320.32º64.58%81.18%-
HSV(B)320.32º26.05%93.33%-
XYZ63.3154.2472.78-
YUV199.21138.04155.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.72%
GREEN value IS 176 (69.14% from 255) = 27.89%
BLUE value IS 217 (85.16% from 255) = 34.39%
R=37.72%
G=27.89%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817621700.260.090.07320.3264.5881.18
HexEEB0D901A971404151
Octal356260331032117500101121
Binary111011101011000011011001011010100111110100000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB0D9; }

 p { color: rgb(238,176,217); }

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

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

 a { background-color: rgb(238,176,217); }

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

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

 span { border-color: rgb(238,176,217); }

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