#D7A1CC

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

Shades of Lilac #D7A1CC

Tints of Lilac #D7A1CC

Color information

#D7A1CC (or 0xD7A1CC) is unknown color: approx Lilac. HEX triplet: D7, A1 and CC. RGB value is (215,161,204). Sum of RGB (Red+Green+Blue) = 215+161+204=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A1CC is #285E33. Grayscale: #B5B5B5. Windows color (decimal): -2645556 or 13410775. OLE color: 13410775.

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

Color convert

RGB215161204-
CMYK00.250.050.16
HSL312.22º40.3%73.73%-
HSV(B)312.22º25.12%84.31%-
XYZ51.6744.362.95-
YUV182.05140.39151.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.07%
GREEN value IS 161 (63.28% from 255) = 27.76%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=37.07%
G=27.76%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516120400.250.050.16312.2240.373.73
HexD7A1CC019510138284a
Octal32724131403152047050112
Binary110101111010000111001100011001101100001001110001010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A1CC; }

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

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

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

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

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

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

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

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