#EAADD4

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

Shades of Lavender Pink #EAADD4

Tints of Lavender Pink #EAADD4

Color information

#EAADD4 (or 0xEAADD4) is unknown color: approx Lavender Pink. HEX triplet: EA, AD and D4. RGB value is (234,173,212). Sum of RGB (Red+Green+Blue) = 234+173+212=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADD4 is #15522B. Grayscale: #C3C3C3. Windows color (decimal): -1397292 or 13938154. OLE color: 13938154.

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

Color convert

RGB234173212-
CMYK00.260.090.08
HSL321.64º59.22%79.8%-
HSV(B)321.64º26.07%91.76%-
XYZ60.7652.1369.15-
YUV195.68137.21155.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 212 (83.20% from 255) = 34.25%
R=37.80%
G=27.95%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417321200.260.090.08321.6459.2279.8
HexEAADD401A981423b50
Octal352255324032111050273120
Binary111010101010110111010100011010100110001010000101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADD4; }

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

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

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

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

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

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

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

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