#D0A7CF

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

Shades of Lilac #D0A7CF

Tints of Lilac #D0A7CF

Color information

#D0A7CF (or 0xD0A7CF) is unknown color: approx Lilac. HEX triplet: D0, A7 and CF. RGB value is (208,167,207). Sum of RGB (Red+Green+Blue) = 208+167+207=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A7CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A7CF is #2F5830. Grayscale: #B7B7B7. Windows color (decimal): -3102769 or 13608912. OLE color: 13608912.

HSL color Cylindrical-coordinate representation of color #D0A7CF: hue angle of 301.46º degrees, saturation: 0.3, 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 #D0A7CF is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB208167207-
CMYK00.200.000.18
HSL301.46º30.37%73.53%-
HSV(B)301.46º19.71%81.57%-
XYZ51.0945.5565.13-
YUV183.82141.08145.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 167 (65.62% from 255) = 28.69%
BLUE value IS 207 (81.25% from 255) = 35.57%
R=35.74%
G=28.69%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816720700.200.000.18301.4630.3773.53
HexD0A7CF01401212d1e4a
Octal32024731702402245536112
Binary110100001010011111001111010100010010100101101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A7CF; }

 p { color: rgb(208,167,207); }

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

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

 a { background-color: rgb(208,167,207); }

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

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

 span { border-color: rgb(208,167,207); }

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