#D1AFCF

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

Shades of Lilac #D1AFCF

Tints of Lilac #D1AFCF

Color information

#D1AFCF (or 0xD1AFCF) is unknown color: approx Lilac. HEX triplet: D1, AF and CF. RGB value is (209,175,207). Sum of RGB (Red+Green+Blue) = 209+175+207=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFCF is #2E5030. Grayscale: #BCBCBC. Windows color (decimal): -3035185 or 13610961. OLE color: 13610961.

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

Color convert

RGB209175207-
CMYK00.160.010.18
HSL303.53º26.98%75.29%-
HSV(B)303.53º16.27%81.96%-
XYZ52.8948.7265.65-
YUV188.81138.26142.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.36%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=35.36%
G=29.61%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917520700.160.010.18303.5326.9875.29
HexD1AFCF0101121301b4b
Octal32125731702012246033113
Binary110100011010111111001111010000110010100110000110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AFCF; }

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

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

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

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

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

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

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

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