#EEAFDC

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

Shades of Lavender Rose #EEAFDC

Tints of Lavender Rose #EEAFDC

Color information

#EEAFDC (or 0xEEAFDC) is unknown color: approx Lavender Rose. HEX triplet: EE, AF and DC. RGB value is (238,175,220). Sum of RGB (Red+Green+Blue) = 238+175+220=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFDC is #115023. Grayscale: #C6C6C6. Windows color (decimal): -1134628 or 14462958. OLE color: 14462958.

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

Color convert

RGB238175220-
CMYK00.260.080.07
HSL317.14º64.95%80.98%-
HSV(B)317.14º26.47%93.33%-
XYZ63.515474.79-
YUV198.97139.87155.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 175 (68.75% from 255) = 27.65%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=37.60%
G=27.65%
B=34.76%

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
Decimal23817522000.260.080.07317.1464.9580.98
HexEEAFDC01A8713d4151
Octal356257334032107475101121
Binary111011101010111111011100011010100011110011110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFDC; }

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

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

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

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

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

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

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

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