#EEA9DB

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

Shades of Lavender Rose #EEA9DB

Tints of Lavender Rose #EEA9DB

Color information

#EEA9DB (or 0xEEA9DB) is unknown color: approx Lavender Rose. HEX triplet: EE, A9 and DB. RGB value is (238,169,219). Sum of RGB (Red+Green+Blue) = 238+169+219=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9DB is #115624. Grayscale: #C3C3C3. Windows color (decimal): -1136165 or 14395886. OLE color: 14395886.

HSL color Cylindrical-coordinate representation of color #EEA9DB: hue angle of 316.52º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA9DB is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238169219-
CMYK00.290.080.07
HSL316.52º66.99%79.8%-
HSV(B)316.52º28.99%93.33%-
XYZ62.2351.6773.71-
YUV195.33141.36158.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 169 (66.41% from 255) = 27.00%
BLUE value IS 219 (85.94% from 255) = 34.98%
R=38.02%
G=27.00%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816921900.290.080.07316.5266.9979.8
HexEEA9DB01D8713d4350
Octal356251333035107475103120
Binary111011101010100111011011011101100011110011110110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA9DB; }

 p { color: rgb(238,169,219); }

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

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

 a { background-color: rgb(238,169,219); }

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

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

 span { border-color: rgb(238,169,219); }

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