#D08DCF

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

Shades of Lilac #D08DCF

Tints of Lilac #D08DCF

Color information

#D08DCF (or 0xD08DCF) is unknown color: approx Lilac. HEX triplet: D0, 8D and CF. RGB value is (208,141,207). Sum of RGB (Red+Green+Blue) = 208+141+207=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DCF is #2F7230. Grayscale: #A8A8A8. Windows color (decimal): -3109425 or 13602256. OLE color: 13602256.

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

Color convert

RGB208141207-
CMYK00.320.000.18
HSL300.9º41.61%68.43%-
HSV(B)300.9º32.21%81.57%-
XYZ46.836.9663.7-
YUV168.56149.7156.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.41%
GREEN value IS 141 (55.47% from 255) = 25.36%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=37.41%
G=25.36%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814120700.320.000.18300.941.6168.43
HexD08DCF02001212d2a44
Octal32021531704002245552104
Binary11010000100011011100111101000000100101001011011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DCF; }

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

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

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

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

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

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

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

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