#EEAFDE

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

Shades of Lavender Rose #EEAFDE

Tints of Lavender Rose #EEAFDE

Color information

#EEAFDE (or 0xEEAFDE) is unknown color: approx Lavender Rose. HEX triplet: EE, AF and DE. RGB value is (238,175,222). Sum of RGB (Red+Green+Blue) = 238+175+222=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFDE is #115021. Grayscale: #C7C7C7. Windows color (decimal): -1134626 or 14594030. OLE color: 14594030.

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

Color convert

RGB238175222-
CMYK00.260.070.07
HSL315.24º64.95%80.98%-
HSV(B)315.24º26.47%93.33%-
XYZ63.7754.1176.19-
YUV199.2140.87155.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 175 (68.75% from 255) = 27.56%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=37.48%
G=27.56%
B=34.96%

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
Decimal23817522200.260.070.07315.2464.9580.98
HexEEAFDE01A7713b4151
Octal35625733603277473101121
Binary11101110101011111101111001101011111110011101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFDE; }

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

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

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

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

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

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

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

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