#D08DCC

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

Shades of Lilac #D08DCC

Tints of Lilac #D08DCC

Color information

#D08DCC (or 0xD08DCC) is unknown color: approx Lilac. HEX triplet: D0, 8D and CC. RGB value is (208,141,204). Sum of RGB (Red+Green+Blue) = 208+141+204=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DCC is #2F7233. Grayscale: #A8A8A8. Windows color (decimal): -3109428 or 13405648. OLE color: 13405648.

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

Color convert

RGB208141204-
CMYK00.320.020.18
HSL303.58º41.61%68.43%-
HSV(B)303.58º32.21%81.57%-
XYZ46.4436.8261.79-
YUV168.22148.2156.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=37.61%
G=25.50%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814120400.320.020.18303.5841.6168.43
HexD08DCC0202121302a44
Octal32021531404022246052104
Binary110100001000110111001100010000010100101001100001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DCC; }

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

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

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

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

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

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

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

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