#EEACCB

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

Shades of Lavender Pink #EEACCB

Tints of Lavender Pink #EEACCB

Color information

#EEACCB (or 0xEEACCB) is unknown color: approx Lavender Pink. HEX triplet: EE, AC and CB. RGB value is (238,172,203). Sum of RGB (Red+Green+Blue) = 238+172+203=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACCB is #115334. Grayscale: #C3C3C3. Windows color (decimal): -1135413 or 13348078. OLE color: 13348078.

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

Color convert

RGB238172203-
CMYK00.280.150.07
HSL331.82º66%80.39%-
HSV(B)331.82º27.73%93.33%-
XYZ60.7951.9963.33-
YUV195.27132.37158.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 203 (79.69% from 255) = 33.12%
R=38.83%
G=28.06%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817220300.280.150.07331.826680.39
HexEEACCB01CF714c4250
Octal356254313034177514102120
Binary111011101010110011001011011100111111110100110010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEACCB; }

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

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

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

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

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

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

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

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