#EEA7DE

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

Shades of Lavender Rose #EEA7DE

Tints of Lavender Rose #EEA7DE

Color information

#EEA7DE (or 0xEEA7DE) is unknown color: approx Lavender Rose. HEX triplet: EE, A7 and DE. RGB value is (238,167,222). Sum of RGB (Red+Green+Blue) = 238+167+222=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 167 (65.62% from 255 or 26.63% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA7DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA7DE is #115821. Grayscale: #C2C2C2. Windows color (decimal): -1136674 or 14591982. OLE color: 14591982.

HSL color Cylindrical-coordinate representation of color #EEA7DE: hue angle of 313.52º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA7DE is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238167222-
CMYK00.300.070.07
HSL313.52º67.62%79.41%-
HSV(B)313.52º29.83%93.33%-
XYZ62.2651.0975.69-
YUV194.5143.52159.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.96%
GREEN value IS 167 (65.62% from 255) = 26.63%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=37.96%
G=26.63%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816722200.300.070.07313.5267.6279.41
HexEEA7DE01E7713a444f
Octal35624733603677472104117
Binary11101110101001111101111001111011111110011101010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA7DE; }

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

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

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

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

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

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

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

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