#EEACCD

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

Shades of Lavender Pink #EEACCD

Tints of Lavender Pink #EEACCD

Color information

#EEACCD (or 0xEEACCD) is unknown color: approx Lavender Pink. HEX triplet: EE, AC and CD. RGB value is (238,172,205). Sum of RGB (Red+Green+Blue) = 238+172+205=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACCD is #115332. Grayscale: #C3C3C3. Windows color (decimal): -1135411 or 13479150. OLE color: 13479150.

HSL color Cylindrical-coordinate representation of color #EEACCD: hue angle of 330º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEACCD is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238172205-
CMYK00.280.140.07
HSL330º66%80.39%-
HSV(B)330º27.73%93.33%-
XYZ61.0352.0964.6-
YUV195.5133.37158.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 205 (80.47% from 255) = 33.33%
R=38.70%
G=27.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817220500.280.140.073306680.39
HexEEACCD01CE714a4250
Octal356254315034167512102120
Binary111011101010110011001101011100111011110100101010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEACCD; }

 p { color: rgb(238,172,205); }

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

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

 a { background-color: rgb(238,172,205); }

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

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

 span { border-color: rgb(238,172,205); }

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