#D1ADCF

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

Shades of Lilac #D1ADCF

Tints of Lilac #D1ADCF

Color information

#D1ADCF (or 0xD1ADCF) is unknown color: approx Lilac. HEX triplet: D1, AD and CF. RGB value is (209,173,207). Sum of RGB (Red+Green+Blue) = 209+173+207=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADCF is #2E5230. Grayscale: #BBBBBB. Windows color (decimal): -3035697 or 13610449. OLE color: 13610449.

HSL color Cylindrical-coordinate representation of color #D1ADCF: hue angle of 303.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1ADCF is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB209173207-
CMYK00.170.010.18
HSL303.33º28.12%74.9%-
HSV(B)303.33º17.22%81.96%-
XYZ52.547.9565.52-
YUV187.64138.93143.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.48%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=35.48%
G=29.37%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917320700.170.010.18303.3328.1274.9
HexD1ADCF01111212f1c4b
Octal32125531702112245734113
Binary110100011010110111001111010001110010100101111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ADCF; }

 p { color: rgb(209,173,207); }

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

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

 a { background-color: rgb(209,173,207); }

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

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

 span { border-color: rgb(209,173,207); }

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