#EAADCC

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

Shades of Lavender Pink #EAADCC

Tints of Lavender Pink #EAADCC

Color information

#EAADCC (or 0xEAADCC) is unknown color: approx Lavender Pink. HEX triplet: EA, AD and CC. RGB value is (234,173,204). Sum of RGB (Red+Green+Blue) = 234+173+204=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADCC is #155233. Grayscale: #C2C2C2. Windows color (decimal): -1397300 or 13413866. OLE color: 13413866.

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

Color convert

RGB234173204-
CMYK00.260.130.08
HSL329.51º59.22%79.8%-
HSV(B)329.51º26.07%91.76%-
XYZ59.7751.7463.96-
YUV194.77133.21155.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 204 (80.08% from 255) = 33.39%
R=38.30%
G=28.31%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417320400.260.130.08329.5159.2279.8
HexEAADCC01AD814a3b50
Octal352255314032151051273120
Binary111010101010110111001100011010110110001010010101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADCC; }

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

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

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

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

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

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

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

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