#D5A6CC

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

Shades of Lilac #D5A6CC

Tints of Lilac #D5A6CC

Color information

#D5A6CC (or 0xD5A6CC) is unknown color: approx Lilac. HEX triplet: D5, A6 and CC. RGB value is (213,166,204). Sum of RGB (Red+Green+Blue) = 213+166+204=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A6CC is #2A5933. Grayscale: #B8B8B8. Windows color (decimal): -2775348 or 13412053. OLE color: 13412053.

HSL color Cylindrical-coordinate representation of color #D5A6CC: hue angle of 311.49º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5A6CC is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213166204-
CMYK00.220.040.16
HSL311.49º35.88%74.31%-
HSV(B)311.49º22.07%83.53%-
XYZ51.9845.7863.22-
YUV184.38139.07148.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.54%
GREEN value IS 166 (65.23% from 255) = 28.47%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=36.54%
G=28.47%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316620400.220.040.16311.4935.8874.31
HexD5A6CC016410137244a
Octal32524631402642046744112
Binary110101011010011011001100010110100100001001101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A6CC; }

 p { color: rgb(213,166,204); }

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

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

 a { background-color: rgb(213,166,204); }

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

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

 span { border-color: rgb(213,166,204); }

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