#D1AFCD

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

Shades of Lilac #D1AFCD

Tints of Lilac #D1AFCD

Color information

#D1AFCD (or 0xD1AFCD) is unknown color: approx Lilac. HEX triplet: D1, AF and CD. RGB value is (209,175,205). Sum of RGB (Red+Green+Blue) = 209+175+205=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFCD is #2E5032. Grayscale: #BCBCBC. Windows color (decimal): -3035187 or 13479889. OLE color: 13479889.

HSL color Cylindrical-coordinate representation of color #D1AFCD: hue angle of 307.06º 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 #D1AFCD is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209175205-
CMYK00.160.020.18
HSL307.06º26.98%75.29%-
HSV(B)307.06º16.27%81.96%-
XYZ52.6448.6264.37-
YUV188.59137.26142.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.48%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=35.48%
G=29.71%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917520500.160.020.18307.0626.9875.29
HexD1AFCD0102121331b4b
Octal32125731502022246333113
Binary1101000110101111110011010100001010010100110011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AFCD; }

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

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

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

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

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

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

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

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