#EEACCF

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

Shades of Lavender Pink #EEACCF

Tints of Lavender Pink #EEACCF

Color information

#EEACCF (or 0xEEACCF) is unknown color: approx Lavender Pink. HEX triplet: EE, AC and CF. RGB value is (238,172,207). Sum of RGB (Red+Green+Blue) = 238+172+207=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACCF is #115330. Grayscale: #C3C3C3. Windows color (decimal): -1135409 or 13610222. OLE color: 13610222.

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

Color convert

RGB238172207-
CMYK00.280.130.07
HSL328.18º66%80.39%-
HSV(B)328.18º27.73%93.33%-
XYZ61.2752.1965.88-
YUV195.72134.37158.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.57%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=38.57%
G=27.88%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817220700.280.130.07328.186680.39
HexEEACCF01CD71484250
Octal356254317034157510102120
Binary111011101010110011001111011100110111110100100010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEACCF; }

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

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

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

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

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

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

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

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