#EEABD8

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

Shades of Lavender Rose #EEABD8

Tints of Lavender Rose #EEABD8

Color information

#EEABD8 (or 0xEEABD8) is unknown color: approx Lavender Rose. HEX triplet: EE, AB and D8. RGB value is (238,171,216). Sum of RGB (Red+Green+Blue) = 238+171+216=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABD8 is #115427. Grayscale: #C4C4C4. Windows color (decimal): -1135656 or 14199790. OLE color: 14199790.

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

Color convert

RGB238171216-
CMYK00.280.090.07
HSL319.7º66.34%80.2%-
HSV(B)319.7º28.15%93.33%-
XYZ62.2252.2671.77-
YUV196.16139.2157.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 171 (67.19% from 255) = 27.36%
BLUE value IS 216 (84.77% from 255) = 34.56%
R=38.08%
G=27.36%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817121600.280.090.07319.766.3480.2
HexEEABD801C971404250
Octal356253330034117500102120
Binary111011101010101111011000011100100111110100000010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABD8; }

 p { color: rgb(238,171,216); }

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

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

 a { background-color: rgb(238,171,216); }

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

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

 span { border-color: rgb(238,171,216); }

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