#DCB8D7

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

Shades of French Lilac #DCB8D7

Tints of French Lilac #DCB8D7

Color information

#DCB8D7 (or 0xDCB8D7) is unknown color: approx French Lilac. HEX triplet: DC, B8 and D7. RGB value is (220,184,215). Sum of RGB (Red+Green+Blue) = 220+184+215=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8D7 is #234728. Grayscale: #C6C6C6. Windows color (decimal): -2311977 or 14137564. OLE color: 14137564.

HSL color Cylindrical-coordinate representation of color #DCB8D7: hue angle of 308.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB8D7 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220184215-
CMYK00.160.020.14
HSL308.33º33.96%79.22%-
HSV(B)308.33º16.36%86.27%-
XYZ58.9254.471.69-
YUV198.3137.43143.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 184 (72.27% from 255) = 29.73%
BLUE value IS 215 (84.38% from 255) = 34.73%
R=35.54%
G=29.73%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018421500.160.020.14308.3333.9679.22
HexDCB8D70102E134224f
Octal33427032702021646442117
Binary1101110010111000110101110100001011101001101001000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB8D7; }

 p { color: rgb(220,184,215); }

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

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

 a { background-color: rgb(220,184,215); }

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

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

 span { border-color: rgb(220,184,215); }

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