#EEADDC

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

Shades of Lavender Rose #EEADDC

Tints of Lavender Rose #EEADDC

Color information

#EEADDC (or 0xEEADDC) is unknown color: approx Lavender Rose. HEX triplet: EE, AD and DC. RGB value is (238,173,220). Sum of RGB (Red+Green+Blue) = 238+173+220=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADDC is #115223. Grayscale: #C5C5C5. Windows color (decimal): -1135140 or 14462446. OLE color: 14462446.

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

Color convert

RGB238173220-
CMYK00.270.080.07
HSL316.62º65.66%80.59%-
HSV(B)316.62º27.31%93.33%-
XYZ63.1253.2374.66-
YUV197.79140.53156.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.72%
GREEN value IS 173 (67.97% from 255) = 27.42%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=37.72%
G=27.42%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817322000.270.080.07316.6265.6680.59
HexEEADDC01B8713d4251
Octal356255334033107475102121
Binary111011101010110111011100011011100011110011110110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADDC; }

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

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

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

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

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

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

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

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