#D08ACF

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

Shades of Lilac #D08ACF

Tints of Lilac #D08ACF

Color information

#D08ACF (or 0xD08ACF) is unknown color: approx Lilac. HEX triplet: D0, 8A and CF. RGB value is (208,138,207). Sum of RGB (Red+Green+Blue) = 208+138+207=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D08ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ACF is #2F7530. Grayscale: #A6A6A6. Windows color (decimal): -3110193 or 13601488. OLE color: 13601488.

HSL color Cylindrical-coordinate representation of color #D08ACF: hue angle of 300.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08ACF is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB208138207-
CMYK00.340.000.18
HSL300.86º42.68%67.84%-
HSV(B)300.86º33.65%81.57%-
XYZ46.3636.0963.55-
YUV166.8150.69157.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 138 (54.30% from 255) = 24.95%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=37.61%
G=24.95%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813820700.340.000.18300.8642.6867.84
HexD08ACF02201212d2b44
Octal32021231704202245553104
Binary11010000100010101100111101000100100101001011011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08ACF; }

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

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

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

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

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

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

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

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