#D5A1CC

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

Shades of Lilac #D5A1CC

Tints of Lilac #D5A1CC

Color information

#D5A1CC (or 0xD5A1CC) is unknown color: approx Lilac. HEX triplet: D5, A1 and CC. RGB value is (213,161,204). Sum of RGB (Red+Green+Blue) = 213+161+204=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1CC is #2A5E33. Grayscale: #B5B5B5. Windows color (decimal): -2776628 or 13410773. OLE color: 13410773.

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

Color convert

RGB213161204-
CMYK00.240.040.16
HSL310.38º38.24%73.33%-
HSV(B)310.38º24.41%83.53%-
XYZ51.084462.93-
YUV181.45140.73150.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.85%
GREEN value IS 161 (63.28% from 255) = 27.85%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=36.85%
G=27.85%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316120400.240.040.16310.3838.2473.33
HexD5A1CC0184101362649
Octal32524131403042046646111
Binary110101011010000111001100011000100100001001101101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1CC; }

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

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

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

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

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

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

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

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