#DCBDD7

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

Shades of French Lilac #DCBDD7

Tints of French Lilac #DCBDD7

Color information

#DCBDD7 (or 0xDCBDD7) is unknown color: approx French Lilac. HEX triplet: DC, BD and D7. RGB value is (220,189,215). Sum of RGB (Red+Green+Blue) = 220+189+215=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDD7 is #234228. Grayscale: #C9C9C9. Windows color (decimal): -2310697 or 14138844. OLE color: 14138844.

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

Color convert

RGB220189215-
CMYK00.140.020.14
HSL309.68º30.69%80.2%-
HSV(B)309.68º14.09%86.27%-
XYZ59.9856.5272.04-
YUV201.23135.77141.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 215 (84.38% from 255) = 34.46%
R=35.26%
G=30.29%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018921500.140.020.14309.6830.6980.2
HexDCBDD70E2E1361f50
Octal33427532701621646637120
Binary11011100101111011101011101110101110100110110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDD7; }

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

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

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

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

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

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

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

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