#EEA9DF

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

Shades of Lavender Rose #EEA9DF

Tints of Lavender Rose #EEA9DF

Color information

#EEA9DF (or 0xEEA9DF) is unknown color: approx Lavender Rose. HEX triplet: EE, A9 and DF. RGB value is (238,169,223). Sum of RGB (Red+Green+Blue) = 238+169+223=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9DF is #115620. Grayscale: #C3C3C3. Windows color (decimal): -1136161 or 14658030. OLE color: 14658030.

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

Color convert

RGB238169223-
CMYK00.290.060.07
HSL313.04º66.99%79.8%-
HSV(B)313.04º28.99%93.33%-
XYZ62.7751.8876.52-
YUV195.79143.36158.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.78%
GREEN value IS 169 (66.41% from 255) = 26.83%
BLUE value IS 223 (87.5% from 255) = 35.40%
R=37.78%
G=26.83%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816922300.290.060.07313.0466.9979.8
HexEEA9DF01D671394350
Octal35625133703567471103120
Binary11101110101010011101111101110111011110011100110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA9DF; }

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

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

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

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

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

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

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

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