#D8A1CC

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

Shades of Lilac #D8A1CC

Tints of Lilac #D8A1CC

Color information

#D8A1CC (or 0xD8A1CC) is unknown color: approx Lilac. HEX triplet: D8, A1 and CC. RGB value is (216,161,204). Sum of RGB (Red+Green+Blue) = 216+161+204=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1CC is #275E33. Grayscale: #B6B6B6. Windows color (decimal): -2580020 or 13410776. OLE color: 13410776.

HSL color Cylindrical-coordinate representation of color #D8A1CC: hue angle of 313.09º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A1CC is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216161204-
CMYK00.250.060.15
HSL313.09º41.35%73.92%-
HSV(B)313.09º25.46%84.71%-
XYZ51.9644.4562.97-
YUV182.35140.22152-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.18%
GREEN value IS 161 (63.28% from 255) = 27.71%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=37.18%
G=27.71%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616120400.250.060.15313.0941.3573.92
HexD8A1CC0196F139294a
Octal33024131403161747151112
Binary11011000101000011100110001100111011111001110011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A1CC; }

 p { color: rgb(216,161,204); }

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

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

 a { background-color: rgb(216,161,204); }

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

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

 span { border-color: rgb(216,161,204); }

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