#EEADCE

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

Shades of Lavender Pink #EEADCE

Tints of Lavender Pink #EEADCE

Color information

#EEADCE (or 0xEEADCE) is unknown color: approx Lavender Pink. HEX triplet: EE, AD and CE. RGB value is (238,173,206). Sum of RGB (Red+Green+Blue) = 238+173+206=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADCE is #115231. Grayscale: #C4C4C4. Windows color (decimal): -1135154 or 13544942. OLE color: 13544942.

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

Color convert

RGB238173206-
CMYK00.270.130.07
HSL329.54º65.66%80.59%-
HSV(B)329.54º27.31%93.33%-
XYZ61.3452.5265.3-
YUV196.2133.53157.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.57%
GREEN value IS 173 (67.97% from 255) = 28.04%
BLUE value IS 206 (80.86% from 255) = 33.39%
R=38.57%
G=28.04%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817320600.270.130.07329.5465.6680.59
HexEEADCE01BD714a4251
Octal356255316033157512102121
Binary111011101010110111001110011011110111110100101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADCE; }

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

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

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

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

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

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

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

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