#EEABDF

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

Shades of Lavender Rose #EEABDF

Tints of Lavender Rose #EEABDF

Color information

#EEABDF (or 0xEEABDF) is unknown color: approx Lavender Rose. HEX triplet: EE, AB and DF. RGB value is (238,171,223). Sum of RGB (Red+Green+Blue) = 238+171+223=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABDF is #115420. Grayscale: #C4C4C4. Windows color (decimal): -1135649 or 14658542. OLE color: 14658542.

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

Color convert

RGB238171223-
CMYK00.280.060.07
HSL313.43º66.34%80.2%-
HSV(B)313.43º28.15%93.33%-
XYZ63.1452.6376.64-
YUV196.96142.7157.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.66%
GREEN value IS 171 (67.19% from 255) = 27.06%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=37.66%
G=27.06%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817122300.280.060.07313.4366.3480.2
HexEEABDF01C671394250
Octal35625333703467471102120
Binary11101110101010111101111101110011011110011100110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABDF; }

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

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

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

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

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

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

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

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