#DCBDD3

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

Shades of French Lilac #DCBDD3

Tints of French Lilac #DCBDD3

Color information

#DCBDD3 (or 0xDCBDD3) is unknown color: approx French Lilac. HEX triplet: DC, BD and D3. RGB value is (220,189,211). Sum of RGB (Red+Green+Blue) = 220+189+211=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDD3 is #23422C. Grayscale: #C8C8C8. Windows color (decimal): -2310701 or 13876700. OLE color: 13876700.

HSL color Cylindrical-coordinate representation of color #DCBDD3: hue angle of 317.42º 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 #DCBDD3 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220189211-
CMYK00.140.040.14
HSL317.42º30.69%80.2%-
HSV(B)317.42º14.09%86.27%-
XYZ59.4756.3169.36-
YUV200.78133.77141.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.48%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 211 (82.81% from 255) = 34.03%
R=35.48%
G=30.48%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018921100.140.040.14317.4230.6980.2
HexDCBDD30E4E13d1f50
Octal33427532301641647537120
Binary110111001011110111010011011101001110100111101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDD3; }

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

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

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

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

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

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

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

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