#EEB0DD

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

Shades of Lavender Rose #EEB0DD

Tints of Lavender Rose #EEB0DD

Color information

#EEB0DD (or 0xEEB0DD) is unknown color: approx Lavender Rose. HEX triplet: EE, B0 and DD. RGB value is (238,176,221). Sum of RGB (Red+Green+Blue) = 238+176+221=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0DD is #114F22. Grayscale: #C7C7C7. Windows color (decimal): -1134371 or 14528750. OLE color: 14528750.

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

Color convert

RGB238176221-
CMYK00.260.070.07
HSL316.45º64.58%81.18%-
HSV(B)316.45º26.05%93.33%-
XYZ63.8454.4575.55-
YUV199.67140.04155.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 176 (69.14% from 255) = 27.72%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=37.48%
G=27.72%
B=34.80%

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
Decimal23817622100.260.070.07316.4564.5881.18
HexEEB0DD01A7713c4151
Octal35626033503277474101121
Binary11101110101100001101110101101011111110011110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB0DD; }

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

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

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

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

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

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

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

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