#EAAFCD

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

Shades of Lavender Pink #EAAFCD

Tints of Lavender Pink #EAAFCD

Color information

#EAAFCD (or 0xEAAFCD) is unknown color: approx Lavender Pink. HEX triplet: EA, AF and CD. RGB value is (234,175,205). Sum of RGB (Red+Green+Blue) = 234+175+205=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFCD is #155032. Grayscale: #C4C4C4. Windows color (decimal): -1396787 or 13479914. OLE color: 13479914.

HSL color Cylindrical-coordinate representation of color #EAAFCD: hue angle of 329.49º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAAFCD is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234175205-
CMYK00.250.120.08
HSL329.49º58.42%80.2%-
HSV(B)329.49º25.21%91.76%-
XYZ60.2852.5664.73-
YUV196.06133.05155.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 205 (80.47% from 255) = 33.39%
R=38.11%
G=28.50%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417520500.250.120.08329.4958.4280.2
HexEAAFCD019C81493a50
Octal352257315031141051172120
Binary111010101010111111001101011001110010001010010011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFCD; }

 p { color: rgb(234,175,205); }

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

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

 a { background-color: rgb(234,175,205); }

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

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

 span { border-color: rgb(234,175,205); }

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