#EEB0DE

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

Shades of Lavender Rose #EEB0DE

Tints of Lavender Rose #EEB0DE

Color information

#EEB0DE (or 0xEEB0DE) is unknown color: approx Lavender Rose. HEX triplet: EE, B0 and DE. RGB value is (238,176,222). Sum of RGB (Red+Green+Blue) = 238+176+222=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0DE is #114F21. Grayscale: #C7C7C7. Windows color (decimal): -1134370 or 14594286. OLE color: 14594286.

HSL color Cylindrical-coordinate representation of color #EEB0DE: hue angle of 315.48º 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 #EEB0DE is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238176222-
CMYK00.260.070.07
HSL315.48º64.58%81.18%-
HSV(B)315.48º26.05%93.33%-
XYZ63.9754.576.26-
YUV199.78140.54155.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 176 (69.14% from 255) = 27.67%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=37.42%
G=27.67%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817622200.260.070.07315.4864.5881.18
HexEEB0DE01A7713b4151
Octal35626033603277473101121
Binary11101110101100001101111001101011111110011101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB0DE; }

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

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

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

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

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

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

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

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