#EEAFDB

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

Shades of Lavender Rose #EEAFDB

Tints of Lavender Rose #EEAFDB

Color information

#EEAFDB (or 0xEEAFDB) is unknown color: approx Lavender Rose. HEX triplet: EE, AF and DB. RGB value is (238,175,219). Sum of RGB (Red+Green+Blue) = 238+175+219=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFDB is #115024. Grayscale: #C6C6C6. Windows color (decimal): -1134629 or 14397422. OLE color: 14397422.

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

Color convert

RGB238175219-
CMYK00.260.080.07
HSL318.1º64.95%80.98%-
HSV(B)318.1º26.47%93.33%-
XYZ63.3853.9574.09-
YUV198.85139.37155.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.66%
GREEN value IS 175 (68.75% from 255) = 27.69%
BLUE value IS 219 (85.94% from 255) = 34.65%
R=37.66%
G=27.69%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817521900.260.080.07318.164.9580.98
HexEEAFDB01A8713e4151
Octal356257333032107476101121
Binary111011101010111111011011011010100011110011111010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFDB; }

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

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

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

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

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

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

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

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