#EEB5CF

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

Shades of Lavender Pink #EEB5CF

Tints of Lavender Pink #EEB5CF

Color information

#EEB5CF (or 0xEEB5CF) is unknown color: approx Lavender Pink. HEX triplet: EE, B5 and CF. RGB value is (238,181,207). Sum of RGB (Red+Green+Blue) = 238+181+207=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB5CF is #114A30. Grayscale: #C8C8C8. Windows color (decimal): -1133105 or 13612526. OLE color: 13612526.

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

Color convert

RGB238181207-
CMYK00.240.130.07
HSL332.63º62.64%82.16%-
HSV(B)332.63º23.95%93.33%-
XYZ63.0555.7366.47-
YUV201.01131.38154.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 181 (71.09% from 255) = 28.91%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=38.02%
G=28.91%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818120700.240.130.07332.6362.6482.16
HexEEB5CF018D714d3f52
Octal35626531703015751577122
Binary11101110101101011100111101100011011111010011011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB5CF; }

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

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

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

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

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

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

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

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