#EAADD3

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

Shades of Lavender Pink #EAADD3

Tints of Lavender Pink #EAADD3

Color information

#EAADD3 (or 0xEAADD3) is unknown color: approx Lavender Pink. HEX triplet: EA, AD and D3. RGB value is (234,173,211). Sum of RGB (Red+Green+Blue) = 234+173+211=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADD3 is #15522C. Grayscale: #C3C3C3. Windows color (decimal): -1397293 or 13872618. OLE color: 13872618.

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

Color convert

RGB234173211-
CMYK00.260.100.08
HSL322.62º59.22%79.8%-
HSV(B)322.62º26.07%91.76%-
XYZ60.6352.0868.49-
YUV195.57136.71155.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 211 (82.81% from 255) = 34.14%
R=37.86%
G=27.99%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417321100.260.100.08322.6259.2279.8
HexEAADD301AA81433b50
Octal352255323032121050373120
Binary111010101010110111010011011010101010001010000111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADD3; }

 p { color: rgb(234,173,211); }

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

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

 a { background-color: rgb(234,173,211); }

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

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

 span { border-color: rgb(234,173,211); }

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