#D08DCB

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

Shades of Lilac #D08DCB

Tints of Lilac #D08DCB

Color information

#D08DCB (or 0xD08DCB) is unknown color: approx Lilac. HEX triplet: D0, 8D and CB. RGB value is (208,141,203). Sum of RGB (Red+Green+Blue) = 208+141+203=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DCB is #2F7234. Grayscale: #A7A7A7. Windows color (decimal): -3109429 or 13340112. OLE color: 13340112.

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

Color convert

RGB208141203-
CMYK00.320.020.18
HSL304.48º41.61%68.43%-
HSV(B)304.48º32.21%81.57%-
XYZ46.3236.7761.16-
YUV168.1147.7156.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.68%
GREEN value IS 141 (55.47% from 255) = 25.54%
BLUE value IS 203 (79.69% from 255) = 36.78%
R=37.68%
G=25.54%
B=36.78%

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
Decimal20814120300.320.020.18304.4841.6168.43
HexD08DCB0202121302a44
Octal32021531304022246052104
Binary110100001000110111001011010000010100101001100001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DCB; }

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

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

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

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

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

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

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

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