#D1A7CB

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

Shades of Lilac #D1A7CB

Tints of Lilac #D1A7CB

Color information

#D1A7CB (or 0xD1A7CB) is unknown color: approx Lilac. HEX triplet: D1, A7 and CB. RGB value is (209,167,203). Sum of RGB (Red+Green+Blue) = 209+167+203=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A7CB is #2E5834. Grayscale: #B7B7B7. Windows color (decimal): -3037237 or 13346769. OLE color: 13346769.

HSL color Cylindrical-coordinate representation of color #D1A7CB: hue angle of 308.57º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1A7CB is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB209167203-
CMYK00.200.030.18
HSL308.57º31.34%73.73%-
HSV(B)308.57º20.1%81.96%-
XYZ50.8945.562.6-
YUV183.66138.91146.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.10%
GREEN value IS 167 (65.62% from 255) = 28.84%
BLUE value IS 203 (79.69% from 255) = 35.06%
R=36.10%
G=28.84%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916720300.200.030.18308.5731.3473.73
HexD1A7CB0143121351f4a
Octal32124731302432246537112
Binary1101000110100111110010110101001110010100110101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A7CB; }

 p { color: rgb(209,167,203); }

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

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

 a { background-color: rgb(209,167,203); }

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

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

 span { border-color: rgb(209,167,203); }

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