#EEADE3

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

Shades of Lavender Rose #EEADE3

Tints of Lavender Rose #EEADE3

Color information

#EEADE3 (or 0xEEADE3) is unknown color: approx Lavender Rose. HEX triplet: EE, AD and E3. RGB value is (238,173,227). Sum of RGB (Red+Green+Blue) = 238+173+227=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADE3 is #11521C. Grayscale: #C6C6C6. Windows color (decimal): -1135133 or 14921198. OLE color: 14921198.

HSL color Cylindrical-coordinate representation of color #EEADE3: hue angle of 310.15º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEADE3 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB238173227-
CMYK00.270.050.07
HSL310.15º65.66%80.59%-
HSV(B)310.15º27.31%93.33%-
XYZ64.0753.6179.64-
YUV198.59144.03156.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 173 (67.97% from 255) = 27.12%
BLUE value IS 227 (89.06% from 255) = 35.58%
R=37.30%
G=27.12%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817322700.270.050.07310.1565.6680.59
HexEEADE301B571364251
Octal35625534303357466102121
Binary11101110101011011110001101101110111110011011010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADE3; }

 p { color: rgb(238,173,227); }

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

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

 a { background-color: rgb(238,173,227); }

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

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

 span { border-color: rgb(238,173,227); }

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