#E6ACCB

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

Shades of Lavender Pink #E6ACCB

Tints of Lavender Pink #E6ACCB

Color information

#E6ACCB (or 0xE6ACCB) is unknown color: approx Lavender Pink. HEX triplet: E6, AC and CB. RGB value is (230,172,203). Sum of RGB (Red+Green+Blue) = 230+172+203=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ACCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ACCB is #195334. Grayscale: #C0C0C0. Windows color (decimal): -1659701 or 13348070. OLE color: 13348070.

HSL color Cylindrical-coordinate representation of color #E6ACCB: hue angle of 327.93º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ACCB is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230172203-
CMYK00.250.120.10
HSL327.93º53.7%78.82%-
HSV(B)327.93º25.22%90.2%-
XYZ58.1750.6463.21-
YUV192.88133.72154.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.02%
GREEN value IS 172 (67.58% from 255) = 28.43%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=38.02%
G=28.43%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017220300.250.120.10327.9353.778.82
HexE6ACCB019CA148364f
Octal346254313031141251066117
Binary111001101010110011001011011001110010101010010001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ACCB; }

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

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

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

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

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

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

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

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